Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -rde464bf7cb4e0ac638ba6ae0ea83ae43048eae48 -r7229fed020e9f3398bd5ccc8a3f5576cedc322b0 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision de464bf7cb4e0ac638ba6ae0ea83ae43048eae48) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 7229fed020e9f3398bd5ccc8a3f5576cedc322b0) @@ -3437,6 +3437,19 @@ /*********************************************************************//** * @brief + * The setTesterStatusToLoggedOut function sets the status of the tester to + * logged out. + * @details Inputs: none + * @details Outputs: testerLoggedIn + * @return none + *************************************************************************/ +void setTesterStatusToLoggedOut( void ) +{ + testerLoggedIn = FALSE; +} + +/*********************************************************************//** + * @brief * The sendTestAckResponseMsg function constructs a simple response * message for a handled test message and queues it for transmit on the * appropriate UART channel.