Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r044d8892373acc5545020aab894cd1943c4d7449 -r8791132fbfcb8fa25fb11a9ab15d695686aaef75 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 044d8892373acc5545020aab894cd1943c4d7449) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 8791132fbfcb8fa25fb11a9ab15d695686aaef75) @@ -17,7 +17,8 @@ #ifndef __SYSTEM_COMM_MESSAGES_H__ #define __SYSTEM_COMM_MESSAGES_H__ - + +#include "AirPump.h" #include "AirTrap.h" #include "BloodFlow.h" #include "BloodLeak.h" @@ -845,6 +846,12 @@ // MSG_ID_HD_DIAL_OUT_SET_PWM void handleTestDialOutSetPWM( MESSAGE_T* message ); +// MSG_ID_HD_AIR_PUMP_PUBLISH_INTERVAL_OVERRIDE +void handleAirPumpIntervalOverrideRequest( MESSAGE_T* message ); + +// MSG_ID_HD_AIR_PUMP_SET_STATE +void handleAirPumpSetState( MESSAGE_T * message ); + /**@}*/ #endif