Index: RTC.c =================================================================== diff -u -ra9e4b7d08b0aa97bbf2989f2fe4773048b8a392f -r5901e837d6fbd1a15de8f810412f9e733cc4158f --- RTC.c (.../RTC.c) (revision a9e4b7d08b0aa97bbf2989f2fe4773048b8a392f) +++ RTC.c (.../RTC.c) (revision 5901e837d6fbd1a15de8f810412f9e733cc4158f) @@ -22,10 +22,11 @@ #include "PersistentAlarm.h" #include "RTC.h" #include "SystemCommMessages.h" +#include "TestSupport.h" #include "Timers.h" #include "Utilities.h" -#include "TestSupport.h" + /** * @addtogroup RTC * @{ @@ -1591,7 +1592,6 @@ *************************************************************************/ static U16 getControlReg1( void ) { - return getU16OverrideValue(&rtcControlRegister1); } @@ -1604,7 +1604,6 @@ *************************************************************************/ static U16 getControlReg3( void ) { - return getU16OverrideValue(&rtcControlRegister3); }