Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r6a690d6e8c05de2de703d9f2f07176821e5eb6b0 -r757fb5decc17b09e50869877d1bb111ba01d67e3 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 6a690d6e8c05de2de703d9f2f07176821e5eb6b0) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 757fb5decc17b09e50869877d1bb111ba01d67e3) @@ -4987,14 +4987,14 @@ /*********************************************************************//** * @brief - * The handleSetBubblesStatusOverrideRequest function handles a request to - * override the air bubble detectors status. + * The handleSetBubbleStatusOverrideRequest function handles a request to + * override a given air bubble detector status. * @details Inputs: none * @details Outputs: message handled * @param message : a pointer to the message to handle * @return none *************************************************************************/ -void handleSetBubblesStatusOverrideRequest( MESSAGE_T *message ) +void handleSetBubbleStatusOverrideRequest( MESSAGE_T *message ) { TEST_OVERRIDE_ARRAY_PAYLOAD_T payload; BOOL result = FALSE;