Index: firmware/App/Modes/ModeFault.c =================================================================== diff -u -r4b667a7ec18a6196849bbeefdfb23d25d1d58c5a -r256d5cb05f1ef09e19e2f2733a111f600c73a7ee --- firmware/App/Modes/ModeFault.c (.../ModeFault.c) (revision 4b667a7ec18a6196849bbeefdfb23d25d1d58c5a) +++ firmware/App/Modes/ModeFault.c (.../ModeFault.c) (revision 256d5cb05f1ef09e19e2f2733a111f600c73a7ee) @@ -8,7 +8,7 @@ * @file ModeFault.c * * @author (last) Dara Navaei -* @date (last) 12-Jul-2022 +* @date (last) 12-Aug-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -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: