changeset 308:122324dafba7

1.87beta release - 1.88beta start
author heinrichsweikamp
date Sun, 01 May 2011 08:22:41 +0200
parents 5bc3467fc421
children 2f21f7a77608
files code_part1/OSTC_code_asm_part1/definitions.asm code_part1/OSTC_code_asm_part1/start.asm
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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) 
 
--- 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: