diff code_part1/OSTC_code_asm_part1/adc_rtc.asm @ 153:17de42ab02b6

realtime clock defaults
author heinrichsweikamp
date Thu, 13 Jan 2011 09:05:45 +0100
parents 31fa973a70fd
children 1efd59d689f8
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/adc_rtc.asm	Wed Jan 12 14:38:24 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/adc_rtc.asm	Thu Jan 13 09:05:45 2011 +0100
@@ -234,9 +234,9 @@
 	movwf	hours
 	movlw	.1
 	movwf	day
-	movlw	.8
+	movlw	.1
 	movwf	month
-	movlw	.10
+	movlw	.11
 	movwf	year
 	bsf		PIE1, TMR1IE
 	return
\ No newline at end of file