comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 41:3ab1188651af

1.63 in work...
author heinrichsweikamp
date Sun, 20 Jun 2010 17:16:32 +0200
parents 8ece4837a642
children 65d5b0c8da41
comparison
equal deleted inserted replaced
40:92001c045088 41:3ab1188651af
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'62' ; Software version XX.YY 26 #DEFINE softwareversion_y d'63' ; Software version XX.YY
27 27
28 #DEFINE max_custom_number d'47' ; Number of last used custom function 28 #DEFINE max_custom_number d'47' ; 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