Index: RTC.c =================================================================== diff -u -r02f990b33c415985dcd9c765c49604226cb371e3 -rd352b607eeb20a7f06c32d776e5db2e35932ede2 --- RTC.c (.../RTC.c) (revision 02f990b33c415985dcd9c765c49604226cb371e3) +++ RTC.c (.../RTC.c) (revision d352b607eeb20a7f06c32d776e5db2e35932ede2) @@ -353,7 +353,6 @@ case RTC_EXEC_STATE_FAULT: // Something failed set the alarms - // TODO: set the alarms and stuff break; default: @@ -917,7 +916,7 @@ } else if ( RTCSelfTestState == RTC_SELF_TEST_STATE_COMPLETE ) { - result = RTC_EXEC_STATE_FAULT; + result = RTC_EXEC_STATE_IDLE; } return result;