diff code_part1/OSTC_code_asm_part1/adc_rtc.asm @ 537:3091628b2742

BUGFIX: Spurious logbook read issue
author heinrichsweikamp
date Sun, 08 Jan 2012 12:44:51 +0100
parents ab962c4b19d6
children d14f72af4c07
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/adc_rtc.asm	Wed Dec 21 12:06:27 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/adc_rtc.asm	Sun Jan 08 12:44:51 2012 +0100
@@ -204,6 +204,7 @@
 RTCinit:						; resets RTC 
 	movlw	0x80
 	movwf	TMR1H
+	nop							; See errata DS80284E-page 2
 	clrf	TMR1L
 
 ; Reset RTC if any part of the time/date is out of range