Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -re20e8cd14d3965560e5ff38835270ef541e5abe6 -r609937ae79b4b77a0bd9ac180d38425b0b6922fb --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision e20e8cd14d3965560e5ff38835270ef541e5abe6) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 609937ae79b4b77a0bd9ac180d38425b0b6922fb) @@ -52,7 +52,7 @@ // FOR DEBUGGING PURPOSES ONLY REMOVE // PLEASE DO NOT REVIEW THIS CODE // Used 120 and 200 so it will not read or write during POST - static U16 test = 0; + /*static U16 test = 0; RTC_RAM_STATUS_T status = getRTCRAMStatus(); RTC_RAM_STATE_T state = getRTCRAMState(); static U16 returndata[5]; @@ -86,7 +86,7 @@ getDataFromRAM(&returndata[0], 5); readRAM = FALSE; } - test++; + test++; */ // FOR DEBUGGING PURPOSES ONLY REMOVE // PLEASE DO NOT REVIEW THIS CODE