Index: firmware/App/Drivers/PeristalticPump.h =================================================================== diff -u -rfe29b840bff79d853e49baf3a78b080e1cf428b6 -r395522dffef1348e176564925656012f529c1910 --- firmware/App/Drivers/PeristalticPump.h (.../PeristalticPump.h) (revision fe29b840bff79d853e49baf3a78b080e1cf428b6) +++ firmware/App/Drivers/PeristalticPump.h (.../PeristalticPump.h) (revision 395522dffef1348e176564925656012f529c1910) @@ -1,17 +1,17 @@ /************************************************************************** * -* 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 PeristalticPump.h * -* @author (last) Sean -* @date (last) 03-Oct-2024 +* @author (last) Dara Navaei +* @date (last) 25-Sep-2025 * -* @author (original) Sean -* @date (original) 03-Oct-2024 +* @author (original) Sean Nash +* @date (original) 24-Oct-2024 * ***************************************************************************/ @@ -51,6 +51,8 @@ BOOL isPeristalticPumpHome( void ); BOOL isPumpHomeInProgress( void ); +void setPeristalticPumpHardStop( void ); + /**@}*/ #endif