comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 12:588a969a0cae

1.53 beta rc
author heinrichsweikamp
date Wed, 24 Mar 2010 20:26:09 +0100
parents 395230c28023
children 3b30cd739782
comparison
equal deleted inserted replaced
11:0ce100556b57 12:588a969a0cae
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'52' ; Software version XX.YY 26 #DEFINE softwareversion_y d'53' ; 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