Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/definitions.asm @ 777:b92ee354baae
show bailout in logbook, 2.91 beta release
author | heinrichsweikamp |
---|---|
date | Fri, 02 May 2014 21:40:54 +0200 |
parents | f32b9ad6244c |
children | 43ef5a003df7 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm Tue Apr 15 12:20:15 2014 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Fri May 02 21:40:54 2014 +0200 @@ -24,7 +24,7 @@ #DEFINE softwareversion_x d'2' ; Software version XX.YY #DEFINE softwareversion_y d'91' ; Software version XX.YY -#DEFINE softwareversion_beta 0 ; (and 0 for release) +#DEFINE softwareversion_beta 1 ; (and 0 for release) #DEFINE max_custom_number d'73' ; Number of last used custom function @@ -42,6 +42,7 @@ #DEFINE logbook_profile_version 0x21 ; Do not touch! #DEFINE T0CON_debounce b'00000000' ; Timer0 Switch Debounce +;#DEFINE __DEBUG ; CPU Speed Settings ; Standard 16MHz mode @@ -293,7 +294,7 @@ decodata res 2 ; Deco data mintemp res 2 ; min temperature ProfileFlagByte res 1 ; stores number of addional bytes per sample -EventByte res 1 ; Stores the Event type plus flags +EventByte res 1 ; Stores the Event type plus flags AlarmType res 1 ; 0= No Alarm ; 1= SLOW ; 2= DecoStop missed