# HG changeset patch # User heinrichsweikamp # Date 1304230961 -7200 # Node ID 122324dafba76ec9c2255b52726d93ebd4e4c092 # Parent 5bc3467fc421a2681c3bb88368330c83f56e94eb 1.87beta release - 1.88beta start diff -r 5bc3467fc421 -r 122324dafba7 code_part1/OSTC_code_asm_part1/definitions.asm --- a/code_part1/OSTC_code_asm_part1/definitions.asm Sun May 01 03:35:42 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Sun May 01 08:22:41 2011 +0200 @@ -22,7 +22,7 @@ ; ToDo: #DEFINE softwareversion_x d'1' ; Software version XX.YY -#DEFINE softwareversion_y d'87' ; Software version XX.YY +#DEFINE softwareversion_y d'88' ; Software version XX.YY #DEFINE softwareversion_beta 1 ; (and 0 for release) diff -r 5bc3467fc421 -r 122324dafba7 code_part1/OSTC_code_asm_part1/start.asm --- a/code_part1/OSTC_code_asm_part1/start.asm Sun May 01 03:35:42 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/start.asm Sun May 01 08:22:41 2011 +0200 @@ -137,7 +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 ; 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" restart: