Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r3a2b4f4cfc9681ea855365ad7bc00bea47e2a3e3 -rcfcb9246fdd7c4487b5c74aabeef70d50cc30d9b --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 3a2b4f4cfc9681ea855365ad7bc00bea47e2a3e3) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision cfcb9246fdd7c4487b5c74aabeef70d50cc30d9b) @@ -7,8 +7,8 @@ * * @file SystemCommMessages.c * -* @author (last) Michael Garthwaite -* @date (last) 03-Aug-2023 +* @author (last) Dara Navaei +* @date (last) 09-Aug-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -4773,11 +4773,8 @@ *************************************************************************/ void handleTestDGDialinCheckIn( MESSAGE_T* message ) { - BOOL status = FALSE; - if ( 0 == message->hdr.payloadLen ) { - status = TRUE; setDialinCheckInTimeStamp(); } }