Index: firmware/App/Modes/TreatmentStop.c =================================================================== diff -u -rd91a24c730aeb5cd7e3eba9ef4eca78e442911f8 -rd9d085cdca67200ecddbdfbc75c489e704b23081 --- firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision d91a24c730aeb5cd7e3eba9ef4eca78e442911f8) +++ firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision d9d085cdca67200ecddbdfbc75c489e704b23081) @@ -15,6 +15,7 @@ * ***************************************************************************/ +#include "AirTrap.h" #include "Buttons.h" #include "ModeTreatment.h" #include "OperationModes.h" @@ -53,6 +54,7 @@ *************************************************************************/ void transitionToTreatmentStop( void ) { + endAirTrapControl(); } /*********************************************************************//**