diff code_part1/OSTC_code_asm_part1/interface.asm @ 703:39e02673db4c

some cleanup
author heinrichsweikamp
date Sun, 17 Mar 2013 13:33:17 +0100
parents 6e456a6398e0
children 91ae251d379f
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/interface.asm	Sat Mar 16 13:56:26 2013 +0100
+++ b/code_part1/OSTC_code_asm_part1/interface.asm	Sun Mar 17 13:33:17 2013 +0100
@@ -79,7 +79,7 @@
 send_int_eeprom_b2:
 	bcf			uart_send_int_eeprom3	; clear flag
 	movlw		d'2'
-	movwf		EEADRH					; Point to Bank1
+	movwf		EEADRH					; Point to Bank2
 	rcall		send_internal_eeprom1	; sends complete 2nd page of internal EEPROM
 	goto		surfloop_loop			; return to surface loop