Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 25:99512945c7a1
1.61 beta rc2
author | heinrichsweikamp |
---|---|
date | Thu, 13 May 2010 23:24:55 +0200 |
parents | 73014f788032 |
children | 29341afd2060 |
comparison
equal
deleted
inserted
replaced
22:70ce5847324c | 25:99512945c7a1 |
---|---|
21 ; ToDo: | 21 ; ToDo: |
22 | 22 |
23 ;#DEFINE NO_SENSOR_MODE ; uses Dummy values | 23 ;#DEFINE NO_SENSOR_MODE ; uses Dummy values |
24 | 24 |
25 #DEFINE softwareversion_x d'1' ; Software version XX.YY | 25 #DEFINE softwareversion_x d'1' ; Software version XX.YY |
26 #DEFINE softwareversion_y d'60' ; Software version XX.YY | 26 #DEFINE softwareversion_y d'61' ; Software version XX.YY |
27 | 27 |
28 #DEFINE max_custom_number d'41' ; Number of last used custom function | 28 #DEFINE max_custom_number d'41' ; Number of last used custom function |
29 | 29 |
30 #DEFINE logbook_profile_version 0x20 ; Do not touch! | 30 #DEFINE logbook_profile_version 0x20 ; Do not touch! |
31 | 31 |