diff src/rtc.asm @ 463:2c58631d5229

minor cleanups
author heinrichsweikamp
date Mon, 31 Oct 2016 15:21:12 +0100
parents 653a3ab08062
children 8dfb93e80338
line wrap: on
line diff
--- a/src/rtc.asm	Fri Oct 28 11:30:50 2016 +0200
+++ b/src/rtc.asm	Mon Oct 31 15:21:12 2016 +0100
@@ -27,8 +27,8 @@
 	movwf	month
 	movlw	.15
 	movwf	year
-	rcall	rtc_set_rtc			; writes mins,sec,hours,day,month and year to rtc module
-	return
+;	rcall	rtc_set_rtc			; writes mins,sec,hours,day,month and year to rtc module
+;	return
 	
 	global	rtc_set_rtc
 rtc_set_rtc: