Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r57dd046b04afac3364f6adc7d47252d73cacab4d -rf1d684e536e7911b356a5d35320c909a1016d3d0 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 57dd046b04afac3364f6adc7d47252d73cacab4d) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision f1d684e536e7911b356a5d35320c909a1016d3d0) @@ -7,8 +7,8 @@ * * @file SystemCommMessages.h * -* @author (last) Michael Garthwaite -* @date (last) 08-Mar-2023 +* @author (last) Sean Nash +* @date (last) 08-May-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -968,6 +968,9 @@ // MSG_ID_HD_BLOOD_PUMP_HARD_STOP void handleBloodPumpHardStopRequest( MESSAGE_T *message ); +// MSG_ID_HD_ENABLE_VENOUS_BUBBLE_ALARM_DETECTION +void handleEnableVenousBubbleAlarmDetectionRequest( MESSAGE_T *message ); + /**@}*/ #endif