Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r5e0cd9b5be11ff4b2acaadbdcafc4ffe05172aa1 -r482f4465ccdb813922de506bf780e29f4fb2f84b --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 5e0cd9b5be11ff4b2acaadbdcafc4ffe05172aa1) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 482f4465ccdb813922de506bf780e29f4fb2f84b) @@ -180,7 +180,7 @@ } /*********************************************************************//** - * @brief sendTestAckResponseMsg + * @brief * The sendTestAckResponseMsg function constructs a simple response message for * a handled test message and queues it for transmit on the appropriate UART channel. * @details @@ -214,7 +214,7 @@ // *********************************************************************** /*********************************************************************//** - * @brief broadcastAlarmTriggered + * @brief * The broadcastAlarmTriggered function constructs an alarm triggered msg to * be broadcast and queues the msg for transmit on the appropriate CAN channel. * @details @@ -249,7 +249,7 @@ } /*********************************************************************//** - * @brief broadcastAlarmCleared + * @brief * The broadcastAlarmCleared function constructs an alarm cleared msg to be * broadcast and queues the msg for transmit on the appropriate CAN channel. * @details @@ -325,7 +325,7 @@ } /*********************************************************************//** - * @brief broadcastRTCEpoch + * @brief * The broadcastRTCEpoch function constructs an epoch msg to be broadcast * and queues the msg for transmit on the appropriate CAN channel. * @details @@ -943,7 +943,7 @@ } /*********************************************************************//** - * @brief handleSetRTCTimestamp + * @brief * The handleSetRTCTimestamp function handles a request to write time and * date to RTC * @details @@ -1140,7 +1140,7 @@ DATA_ARRAY_OVERRIDE_HANDLER_FUNC_U32( BOOL, handleTestWatchdogCheckInStateOverrideRequest, testSetWatchdogTaskCheckInOverride, testResetWatchdogTaskCheckInOverride ) /*********************************************************************//** - * @brief handleTestAlarmStateOverrideRequest + * @brief * The handleTestAlarmStateOverrideRequest function handles a request to * override the active status of a given alarm. * @details