diff code_part1/OSTC_code_asm_part1/start.asm @ 157:54cc1346ac15

1.80RC
author heinrichsweikamp
date Tue, 18 Jan 2011 07:39:41 +0100
parents a52ba692ad7f
children 0ee809806454
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/start.asm	Sun Jan 16 21:17:24 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/start.asm	Tue Jan 18 07:39:41 2011 +0100
@@ -124,7 +124,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: