Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r27d91d88b73aa4194cef1d3b08decc12ccdecc33 -r0b17c6271cdc3c55697a74ecaadb477d9c8f5687 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 27d91d88b73aa4194cef1d3b08decc12ccdecc33) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 0b17c6271cdc3c55697a74ecaadb477d9c8f5687) @@ -706,7 +706,7 @@ * @details * @details Inputs: none * @details Outputs: thermistors data msg constructed and queued - * @param thermistors msg constructed and queued + * @param thermistorsData which is constructed and queued * @return TRUE if msg successfully queued for transmit, FALSE if not *************************************************************************/ BOOL broadcastThermistorsData( THERMISTORS_DATA_T *thermistorsData ) @@ -733,7 +733,7 @@ * The broadcastFansData function sends out the fans data. * @details Inputs: none * @details Outputs: fans data msg constructed and queued - * @param fans msg constructed and queued + * @param fansData which is constructed and queued * @return TRUE if msg successfully queued for transmit, FALSE if not *************************************************************************/ BOOL broadcastFansData( FANS_DATA_T *fansData ) @@ -2157,5 +2157,4 @@ sendTestAckResponseMsg( (MSG_ID_T)message->hdr.msgID, result ); } - /**@}*/