Index: firmware/App/Services/Messaging.c =================================================================== diff -u -r8b97a7e50a19f1c243559ad77c69b6a9e6ad067a -r3b3844d54e3dbe97512bf245b2fc1acc7f9976d1 --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision 8b97a7e50a19f1c243559ad77c69b6a9e6ad067a) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 3b3844d54e3dbe97512bf245b2fc1acc7f9976d1) @@ -785,7 +785,8 @@ * @brief * The sendPOSTTestResult function sends the result of a single TD POST * test to the UI. - * @details \b Inputs: MSG_ID_TD_POST_SINGLE_TEST_RESULT + * @details \b Message \b Sent: MSG_ID_TD_POST_SINGLE_TEST_RESULT + * @details \b Inputs: none * @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 +808,8 @@ * @brief * The sendPOSTFinalResult function sends the overall TD POST result * and queues the message for transmit on the appropriate CAN channel. - * @details \b Inputs: MSG_ID_TD_POST_FINAL_TEST_RESULT + * @details \b Message \b Sent: MSG_ID_TD_POST_FINAL_TEST_RESULT + * @details \b Inputs: none * @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