changeset 327:6544f79e298c

Preparations for stable release (CF reset)
author heinrichsweikamp
date Sat, 07 May 2011 18:59:33 +0200
parents a7ed48daf597
children 001f2a32b98b
files code_part1/OSTC_code_asm_part1/definitions.asm code_part1/OSTC_code_asm_part1/start.asm
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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