Index: firmware/App/Services/Messaging.c =================================================================== diff -u -r689ec9d4574754ba13d0b630eed4eef0eeb79760 -r8b97a7e50a19f1c243559ad77c69b6a9e6ad067a --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision 689ec9d4574754ba13d0b630eed4eef0eeb79760) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 8b97a7e50a19f1c243559ad77c69b6a9e6ad067a) @@ -532,7 +532,7 @@ * The handleUIVersionResponse function handles a response to request for * UI version information. * @details Inputs: none - * @details Outputs: message handled + * @details Outputs: none * @param message a pointer to the message to handle. * @return none *************************************************************************/ @@ -622,7 +622,7 @@ /*********************************************************************//** * @brief * The sendRequestForDDResendAlarms function sends out the TD request for - * DG re-send all active alarms. + * DD re-send all active alarms. * @details \b Inputs: none * @details \b Outputs: DD alarms re-send request msg constructed and queued * @return TRUE if msg successfully queued for transmit, FALSE if not @@ -785,7 +785,7 @@ * @brief * The sendPOSTTestResult function sends the result of a single TD POST * test to the UI. - * @details \b Inputs: none + * @details \b Inputs: MSG_ID_TD_POST_SINGLE_TEST_RESULT * @details \b Outputs: TD POST test result msg queued for CAN transmit. * @param test ID of the TD POST test. * @param passed TRUE if POST test passed, FALSE if POST test failed. @@ -807,7 +807,7 @@ * @brief * The sendPOSTFinalResult function sends the overall TD POST result * and queues the message for transmit on the appropriate CAN channel. - * @details \b Inputs: none + * @details \b Inputs: MSG_ID_TD_POST_FINAL_TEST_RESULT * @details \b Outputs: TD POST final result msg queued for CAN transmit. * @param passed TRUE if all TD POST tests passed, FALSE otherwise. * @return TRUE if message successfully queued for transmit, FALSE if not