Index: firmware/App/Drivers/BubbleDetector.c =================================================================== diff -u -re69d7ce1c9d88695e25e8ea94529dffdd8592434 -re24a98a344ba13ceb0663b415268a7e1dd5ce99e --- firmware/App/Drivers/BubbleDetector.c (.../BubbleDetector.c) (revision e69d7ce1c9d88695e25e8ea94529dffdd8592434) +++ firmware/App/Drivers/BubbleDetector.c (.../BubbleDetector.c) (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.c * -* @author (last) Sean -* @date (last) 22-Aug-2024 +* @author (last) Sean Nash +* @date (last) 18-Apr-2025 * -* @author (original) Sean +* @author (original) Sean Nash * @date (original) 22-Aug-2024 * ***************************************************************************/ @@ -83,11 +83,7 @@ if ( sensor < NUM_OF_BUBBLE_DETECTORS ) { - result = (BUBBLE_STATE_T)currentBubbleState[ sensor ].data; - if ( OVERRIDE_KEY == currentBubbleState[ sensor ].override ) - { - result = (BUBBLE_STATE_T)currentBubbleState[ sensor ].ovData; - } + result = (BUBBLE_STATE_T)getU32OverrideValue( ¤tBubbleState[ sensor ] ); } else {