diff src/rtc.asm @ 265:7eddbcb27109

1.76 release
author heinrichsweikamp
date Mon, 30 Mar 2015 14:59:07 +0200
parents fdd4e30846ae
children 653a3ab08062
line wrap: on
line diff
--- a/src/rtc.asm	Thu Mar 26 14:21:42 2015 +0100
+++ b/src/rtc.asm	Mon Mar 30 14:59:07 2015 +0200
@@ -21,11 +21,11 @@
 	movwf	mins
 	movlw	.12
 	movwf	hours
-	movlw	.6
+	movlw	.30
 	movwf	day
-	movlw	.8
+	movlw	.3
 	movwf	month
-	movlw	.14
+	movlw	.15
 	movwf	year
 	rcall	rtc_set_rtc			; writes mins,sec,hours,day,month and year to rtc module
 	return