comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 140:87a53efbb5ba

"beta" shown for beta versions noFly and Desat time only shown when > 0
author heinrichsweikamp
date Thu, 06 Jan 2011 18:12:15 +0100
parents e09ecbae060e
children 8b75ba28d641
comparison
equal deleted inserted replaced
139:e09ecbae060e 140:87a53efbb5ba
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'76' ; Software version XX.YY 26 #DEFINE softwareversion_y d'76' ; Software version XX.YY
27 27
28 #DEFINE softwareversion_beta 1 ; (and 0 for release)
29
28 #DEFINE max_custom_number d'53' ; Number of last used custom function 30 #DEFINE max_custom_number d'53' ; Number of last used custom function
29 31
32
30 #DEFINE logbook_profile_version 0x20 ; Do not touch! 33 #DEFINE logbook_profile_version 0x20 ; Do not touch!
31
32 #DEFINE T0CON_debounce b'00000000' ; Timer0 Switch Debounce 34 #DEFINE T0CON_debounce b'00000000' ; Timer0 Switch Debounce
33 35
34 #DEFINE FT_SMALL .0 36 #DEFINE FT_SMALL .0
35 #DEFINE FT_MEDIUM .1 37 #DEFINE FT_MEDIUM .1
36 #DEFINE FT_LARGE .2 38 #DEFINE FT_LARGE .2