Index: firmware/App/Controllers/Bubble.h =================================================================== diff -u -rf63f470a02e5584d107becc6d6ffcacaac88b19e -rcd5be724d5a3ba7457e761191d82f278654d7f5c --- firmware/App/Controllers/Bubble.h (.../Bubble.h) (revision f63f470a02e5584d107becc6d6ffcacaac88b19e) +++ firmware/App/Controllers/Bubble.h (.../Bubble.h) (revision cd5be724d5a3ba7457e761191d82f278654d7f5c) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2021-2023 Diality Inc. - All Rights Reserved. +* Copyright (c) 2021-2024 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 Bubble.h * -* @author (last) Dara Navaei -* @date (last) 04-Jan-2022 +* @author (last) Sean Nash +* @date (last) 25-May-2023 * * @author (original) Peman Montazemi * @date (original) 06-May-2021 @@ -63,6 +63,7 @@ void selfTestBubble( BUBBLES_T ); void setVenousBubbleDetectionEnabled( BOOL enabled ); +BOOL getVenousBubbleDetectionEnabled( void ); BUBBLE_STATUS_T getBubbleStatus( BUBBLES_T bubble ); SELF_TEST_STATUS_T getBubbleSelfTestStatus( BUBBLES_T bubble );