Index: firmware/App/Drivers/BubbleDetector.c =================================================================== diff -u -r3a8cf075eb6f0d255f516ac26bac7fbaacfde14a -rd9b5f588d81e15ed3849222bed3362e15dbf4b0a --- firmware/App/Drivers/BubbleDetector.c (.../BubbleDetector.c) (revision 3a8cf075eb6f0d255f516ac26bac7fbaacfde14a) +++ firmware/App/Drivers/BubbleDetector.c (.../BubbleDetector.c) (revision d9b5f588d81e15ed3849222bed3362e15dbf4b0a) @@ -56,7 +56,7 @@ * @note This function should be called periodically to maintain fresh * sensor readings for all bubble detectors. * @details \b Inputs: FPGA - * @details \b Outputs: none + * @details \b Outputs: currentBubbleState[] * @return none *************************************************************************/ void readBubbleDetectors( void ) @@ -72,7 +72,7 @@ * The getBubbleDetectedState function gets the current bubble detected state * for a given bubble detector sensor. * @details \b Alarm: ALARM_ID_TD_SOFTWARE_FAULT if given sensor is invalid. - * @details \b Inputs: currentBubbleState + * @details \b Inputs: currentBubbleState[] * @details \b Outputs: none * @param sensor ID of bubble detector sensor to get state for. * @return The current state of the given bubble detector sensor.