Kills an RTCIV printf.

This commit is contained in:
Travis Goodspeed 2018-05-30 23:46:52 -04:00
parent 20af350b2a
commit 4171549cff

View File

@ -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){