Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r60c102696e521ff82452aaad30e1db9f240eef58 -r74aa65af22e8282a288f82d532ff20b57f0221b2 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 60c102696e521ff82452aaad30e1db9f240eef58) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 74aa65af22e8282a288f82d532ff20b57f0221b2) @@ -8,7 +8,7 @@ * @file SystemCommMessages.c * * @author (last) Dara Navaei -* @date (last) 14-May-2023 +* @date (last) 20-May-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -5353,6 +5353,7 @@ if ( sizeof( TEST_OVERRIDE_PAYLOAD_T ) == message->hdr.payloadLen ) { memcpy( &payload, message->payload, sizeof( TEST_OVERRIDE_PAYLOAD_T ) ); + if ( FALSE == payload.reset ) { result = testSetBatteryRemainingCapacityOverride( payload.state.f32 ); @@ -7151,6 +7152,7 @@ return result; } +#ifndef _RELEASE_ /*********************************************************************//** * @brief * The handleGetHDSoftwareConfigRecord function handles a request to get the HD @@ -7212,6 +7214,7 @@ // Respond to request sendTestAckResponseMsg( (MSG_ID_T)message->hdr.msgID, status ); } +#endif /*********************************************************************//** * @brief