Index: firmware/App/Services/NVRecordsDD.c =================================================================== diff -u -r3b84fc79b2fd6c7a447e54e4fe821447f613af59 -rbe1ff666dbd2ff03342c22c8e50b21d0f9b988a9 --- firmware/App/Services/NVRecordsDD.c (.../NVRecordsDD.c) (revision 3b84fc79b2fd6c7a447e54e4fe821447f613af59) +++ firmware/App/Services/NVRecordsDD.c (.../NVRecordsDD.c) (revision be1ff666dbd2ff03342c22c8e50b21d0f9b988a9) @@ -27,6 +27,7 @@ */ // ********** private definitions ********** + #define NV_RECORD_SLOT_SIZE 4096 ///< Size of each NV record slot (4KB) #define SYSTEM_RECORD_OFFSET (0U * NV_RECORD_SLOT_SIZE) ///< Offset of system record within sector @@ -300,7 +301,6 @@ nvmSelfTestState = NVM_SELF_TEST_STATE_COMPLETE; nvmSelfTestResult = SELF_TEST_STATUS_FAILED; break; - } return nvmSelfTestResult; @@ -315,7 +315,6 @@ * @param job Record job identifier used to select the process record * @return RECORDS_SPECS[job] corresponding process record specification *************************************************************************/ - PROCESS_RECORD_SPECS_T getProcessRecord( NVM_RECORD_TYPE_T job ) { return RECORDS_SPECS[ job ];