Index: firmware/App/Drivers/BubbleDetector.h =================================================================== diff -u -re69d7ce1c9d88695e25e8ea94529dffdd8592434 -re24a98a344ba13ceb0663b415268a7e1dd5ce99e --- firmware/App/Drivers/BubbleDetector.h (.../BubbleDetector.h) (revision e69d7ce1c9d88695e25e8ea94529dffdd8592434) +++ firmware/App/Drivers/BubbleDetector.h (.../BubbleDetector.h) (revision e24a98a344ba13ceb0663b415268a7e1dd5ce99e) @@ -1,16 +1,16 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2025 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file BubbleDetector.h * -* @author (last) Sean -* @date (last) 22-Aug-2024 +* @author (last) Sean Nash +* @date (last) 23-Jun-2025 * -* @author (original) Sean +* @author (original) Sean Nash * @date (original) 22-Aug-2024 * ***************************************************************************/ @@ -41,8 +41,8 @@ /// Enumeration of bubble detection states. typedef enum Bubble_States { - NO_BUBBLE_DETECTED = 0, ///< No bubble is detected. - BUBBLE_DETECTED, ///< A bubble is detected. + BUBBLE_DETECTED = 0, ///< A bubble is detected. + NO_BUBBLE_DETECTED, ///< No bubble is detected. NUM_OF_BUBBLE_DETECTION_STATES ///< Number of bubble detection states. } BUBBLE_STATE_T;