Index: firmware/App/Drivers/BubbleDetector.h =================================================================== diff -u -r961784c895cb8f551a2623cd02dcbfe42d04b7c2 -r395522dffef1348e176564925656012f529c1910 --- firmware/App/Drivers/BubbleDetector.h (.../BubbleDetector.h) (revision 961784c895cb8f551a2623cd02dcbfe42d04b7c2) +++ firmware/App/Drivers/BubbleDetector.h (.../BubbleDetector.h) (revision 395522dffef1348e176564925656012f529c1910) @@ -1,16 +1,16 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2026 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;