diff --git a/firmware/rtc/MacRTC.c b/firmware/rtc/MacRTC.c index 908ce37..312800a 100644 --- a/firmware/rtc/MacRTC.c +++ b/firmware/rtc/MacRTC.c @@ -71,13 +71,11 @@ const int SERIAL_CLOCK_PIN = 2; // Serial clock input on PB2 #if NoXPRAM // Models earlier than the Plus had 20 bytes of PRAM -//const int PRAM_SIZE = 20; #define PRAM_SIZE 20 const int group1Base = 0x00; const int group2Base = 0x10; #else // Mac Plus used the xPRAM chip with 256 bytes -//const int PRAM_SIZE = 256; #define PRAM_SIZE 256 const int group1Base = 0x10; const int group2Base = 0x08; @@ -198,7 +196,6 @@ void handleRTCEnableInterrupt(void) { boolean curRTCEnable = PINB&(1<