Index: firmware/App/Modes/ModeFault.c =================================================================== diff -u -r4b667a7ec18a6196849bbeefdfb23d25d1d58c5a -r8fc97ad09c8cbdf76dc19929c4751df3feacb40d --- firmware/App/Modes/ModeFault.c (.../ModeFault.c) (revision 4b667a7ec18a6196849bbeefdfb23d25d1d58c5a) +++ firmware/App/Modes/ModeFault.c (.../ModeFault.c) (revision 8fc97ad09c8cbdf76dc19929c4751df3feacb40d) @@ -181,16 +181,6 @@ switch ( status ) { - // If the records were not queued make sure there are enough jobs in the queue and - // queue them to be read - case NVDATAMGMT_RECORDS_NOT_STARTED: - // If the NV POST is completed prepare the queues - if ( TRUE == enqueueNVRecordsForRead() ) - { - state = DG_FAULT_STATE_RUN_NV_POSTS; - } - break; - // If the records are queued or already read, go directly to NV POST to process // their CRCs. case NVDATAMGMT_RECORDS_QUEUED: