Index: RTC.c =================================================================== diff -u -r88ddc0c6d06cb0d6ceef0a32f9ef08b4e0b28b0e -r3015d5852f61ed7031b5563b115000a5b52a28a6 --- RTC.c (.../RTC.c) (revision 88ddc0c6d06cb0d6ceef0a32f9ef08b4e0b28b0e) +++ RTC.c (.../RTC.c) (revision 3015d5852f61ed7031b5563b115000a5b52a28a6) @@ -701,6 +701,7 @@ *************************************************************************/ static BOOL isRTCFunctional( void ) { +#ifndef DISABLE_RTC_CONFIG BOOL hasTestPassed = TRUE; U16 controlReg1 = rxBuffer[ RTC_REG_1_INDEX ]; U16 controlReg2 = rxBuffer[ RTC_REG_2_INDEX ]; @@ -749,6 +750,7 @@ } return hasTestPassed; +#endif } /*********************************************************************//**