comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 139:e09ecbae060e

1.76beta start....
author heinrichsweikamp
date Thu, 06 Jan 2011 09:32:55 +0100
parents e6aa4a74c3c2
children 87a53efbb5ba
comparison
equal deleted inserted replaced
138:dd4b899c56c1 139:e09ecbae060e
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'75' ; Software version XX.YY 26 #DEFINE softwareversion_y d'76' ; Software version XX.YY
27 27
28 #DEFINE max_custom_number d'53' ; Number of last used custom function 28 #DEFINE max_custom_number d'53' ; 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