Index: firmware/App/Modes/FPModes/StateInletPressureCheck.c =================================================================== diff -u -r9f7c5de17f8e3d832da0888f138fb7602cc33a78 -r3e1af7cc2576e347ab8bdf2f400196b2301def07 --- firmware/App/Modes/FPModes/StateInletPressureCheck.c (.../StateInletPressureCheck.c) (revision 9f7c5de17f8e3d832da0888f138fb7602cc33a78) +++ firmware/App/Modes/FPModes/StateInletPressureCheck.c (.../StateInletPressureCheck.c) (revision 3e1af7cc2576e347ab8bdf2f400196b2301def07) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2025-2026 Diality Inc. - All Rights Reserved. +* Copyright (c) 2026-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 StateInletPressureCheck.c * -* @author (last) “rkallala” -* @date (last) 15-Jan-2026 +* @author (last) Raghu Kallala +* @date (last) 30-Mar-2026 * -* @author (original) Michael Garthwaite -* @date (original) 08-Sep-2025 +* @author (original) “rkallala” +* @date (original) 16-Jan-2026 * ***************************************************************************/ @@ -158,6 +158,19 @@ /*********************************************************************//** * @brief + * The resetInletPressureCheckSignals function resets the signal values for + * FP inlet pressure checks. + * @details \b Inputs: none + * @details \b Outputs: isPressureCheckComplete + * @return none + *************************************************************************/ +void resetInletPressureCheckSignals( void ) +{ + isPressureCheckComplete = FALSE; +} + +/*********************************************************************//** + * @brief * The handleInletPressureCheckProgressState handles the in progress * state of inlet pressure check * @details \b Inputs: none