diff code_part1/OSTC_code_asm_part1/start.asm @ 327:6544f79e298c

Preparations for stable release (CF reset)
author heinrichsweikamp
date Sat, 07 May 2011 18:59:33 +0200
parents 122324dafba7
children 6bdf80d7276c 2144f19fa1eb
line wrap: on
line diff
--- 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