Index: RTC.c =================================================================== diff -u -ra6005795af5d50ce9248d2801673e16a2fad0001 -rc6f06ab8fa4b7e4c06d769c1fab6e4b2f63f67fd --- RTC.c (.../RTC.c) (revision a6005795af5d50ce9248d2801673e16a2fad0001) +++ RTC.c (.../RTC.c) (revision c6f06ab8fa4b7e4c06d769c1fab6e4b2f63f67fd) @@ -677,6 +677,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 ]; @@ -725,6 +726,7 @@ } return hasTestPassed; +#endif } /*********************************************************************//**