Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r1bff8e530735be63ba557b77557a0bc2ac4b37b2 -r533ecbb65cdd2d1c993bccae018223c0e8a6d55b --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 1bff8e530735be63ba557b77557a0bc2ac4b37b2) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 533ecbb65cdd2d1c993bccae018223c0e8a6d55b) @@ -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.