Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -rd0e6b55d2fed933caec5ca8f5b8f19c7f4d7ecea -ree17705b7751bc120442868ca6637ae3fde05049 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision d0e6b55d2fed933caec5ca8f5b8f19c7f4d7ecea) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision ee17705b7751bc120442868ca6637ae3fde05049) @@ -7115,8 +7115,8 @@ * The sendHDUsageRecord function sends out the HD service record. * @details Inputs: none * @details Outputs: HD system record msg constructed and queued - * @param msgCurrNum: current payload number - * @param msgTotalNum: total number of payloads + * @param payloadCurrNum: current payload number + * @param payloadTotalNum: total number of payloads * @param length: buffer length to be written * @param srvcRcrdAddress: start address of the usage record * @return TRUE if msg successfully queued for transmit, FALSE if not