diff code_part1/OSTC_code_asm_part1/start.asm @ 3:3cf8af30b36e

v1.51 beta
author heinrichsweikamp
date Thu, 04 Feb 2010 14:56:12 +0100
parents 96a35aeda5f2
children 588a969a0cae
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/start.asm	Wed Jan 20 15:17:37 2010 +0100
+++ b/code_part1/OSTC_code_asm_part1/start.asm	Thu Feb 04 14:56:12 2010 +0100
@@ -120,7 +120,7 @@
 	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_bank1		; resets all custom functions bank1 and jumps to "restart"
 			
 restart:
 	call	clear_LEDr