From 4171549cffd714227f2dcbad6b34d44edc9b353e Mon Sep 17 00:00:00 2001 From: Travis Goodspeed Date: Wed, 30 May 2018 23:46:52 -0400 Subject: [PATCH] Kills an RTCIV printf. --- firmware/rtc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/firmware/rtc.c b/firmware/rtc.c index 6f041fa..f400f26 100644 --- a/firmware/rtc.c +++ b/firmware/rtc.c @@ -158,9 +158,6 @@ void __attribute__ ((interrupt(RTC_VECTOR))) RTC_ISR (void){ //a few seconds. We might later decide to call this in the //rendering loop. rtc_savetime(); - - printf("RTCIV=%02x\n", - RTCIV); //We don't really handly these, but might want to in the future. switch(RTCIV&~1){