Index: firmware/App/Modes/OperationModes.c =================================================================== diff -u -r8b97a7e50a19f1c243559ad77c69b6a9e6ad067a -r3b3844d54e3dbe97512bf245b2fc1acc7f9976d1 --- firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision 8b97a7e50a19f1c243559ad77c69b6a9e6ad067a) +++ firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision 3b3844d54e3dbe97512bf245b2fc1acc7f9976d1) @@ -464,6 +464,7 @@ /*********************************************************************//** * @brief * The getConfirmationRequestStatus function returns the status of a confirmation request + * @details \b Message \b Sent: MSG_ID_TD_UI_GENERIC_CONFIRMATION_REQUEST * @details \b Inputs: confirmRequests[] * @details \b Outputs: confirmRequests[] consumed/cleared if completed. * @param requestID ID of confirmation being requested @@ -563,7 +564,8 @@ /*********************************************************************//** * @brief * The addConfirmationRequest function sends a confirmation request to UI - * @details \b Inputs: confirmRequests[], MSG_ID_TD_UI_GENERIC_CONFIRMATION_REQUEST + * @details \b Message \b Sent: MSG_ID_TD_UI_GENERIC_CONFIRMATION_REQUEST + * @details \b Inputs: confirmRequests[] * @details \b Outputs: confirmRequests[] new added. * @param requestID ID of confirmation being requested * @param requestType Type of confirmation being requested (open, close, reject)