Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r73c7fed62a1ca2e4c3cc020a0d5f012c5128e592 -rc2fe204db1b8926994b5eee78afa1b516c97d02c --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 73c7fed62a1ca2e4c3cc020a0d5f012c5128e592) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision c2fe204db1b8926994b5eee78afa1b516c97d02c) @@ -833,8 +833,7 @@ * The handleDGSerialNumberRequest function handles a request for DG serial * number request. * @details Inputs: none - * @details Outputs: message handled, response constructed and queued - * for transmit. + * @details Outputs: message handled, response constructed and queued for transmit. * @param message a pointer to the message to handle. * @return none *************************************************************************/ @@ -1214,7 +1213,7 @@ * The broadcastSwitchesData function sends out switches data. * @details Inputs: none * @details Outputs: switches data msg constructed and queued - * @param SWITCHES_DATA_T which is switches msg constructed and queued + * @param switchesData which is switches msg constructed and queued * @return TRUE if msg successfully queued for transmit, FALSE if not *************************************************************************/ BOOL broadcastSwitchesData( SWITCHES_DATA_T *switchesData )