# HG changeset patch # User heinrichsweikamp # Date 1304787573 -7200 # Node ID 6544f79e298cc536abce379cadc3aeae058c4dc3 # Parent a7ed48daf5973cd7b0d622bc68b4bcd72205dd40 Preparations for stable release (CF reset) diff -r a7ed48daf597 -r 6544f79e298c code_part1/OSTC_code_asm_part1/definitions.asm --- a/code_part1/OSTC_code_asm_part1/definitions.asm Sat May 07 14:08:51 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Sat May 07 18:59:33 2011 +0200 @@ -26,7 +26,7 @@ #DEFINE softwareversion_beta 1 ; (and 0 for release) -#DEFINE max_custom_number d'57' ; Number of last used custom function +#DEFINE max_custom_number d'58' ; Number of last used custom function ; International extension. Selecting messages source: #DEFINE ENGLISH ; Use english_text.asm diff -r a7ed48daf597 -r 6544f79e298c code_part1/OSTC_code_asm_part1/start.asm --- a/code_part1/OSTC_code_asm_part1/start.asm Sat May 07 14:08:51 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/start.asm Sat May 07 18:59:33 2011 +0200 @@ -137,8 +137,7 @@ movwf EEDATA call write_eeprom ; write version y clrf EEADRH ; Reset EEADRH -; goto reset_all_cf ; resets all custom functions bank0 and bank1 and jumps to "restart" -; goto reset_all_cf_bank1 ; resets all custom functions bank1 and jumps to "restart" + goto reset_all_cf ; resets all custom functions bank0 and bank1 and jumps to "restart" restart: bcf LED_red