Index: RTC.c =================================================================== diff -u -rc83387a25db8a1afae0bc2348d61b6a2f562f145 -rbbbc761074f022478088fb5db64a63732773bca9 --- RTC.c (.../RTC.c) (revision c83387a25db8a1afae0bc2348d61b6a2f562f145) +++ RTC.c (.../RTC.c) (revision bbbc761074f022478088fb5db64a63732773bca9) @@ -726,6 +726,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 ]; @@ -774,6 +775,7 @@ } return hasTestPassed; +#endif } /*********************************************************************//**