mirror of
https://github.com/travisgoodspeed/goodwatch
synced 2024-11-22 16:59:57 +00:00
Kills an RTCIV printf.
This commit is contained in:
parent
20af350b2a
commit
4171549cff
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user