Index: firmware/App/Monitors/Level.h =================================================================== diff -u -r313982ccc772f1bbe182877dff7e00381b04e0f4 -re0fc678329b0cb25dd76fa5e23cc1f487851f0ec --- firmware/App/Monitors/Level.h (.../Level.h) (revision 313982ccc772f1bbe182877dff7e00381b04e0f4) +++ firmware/App/Monitors/Level.h (.../Level.h) (revision e0fc678329b0cb25dd76fa5e23cc1f487851f0ec) @@ -38,6 +38,9 @@ D6_LEVL = 0, ///< floater switch low, medium and high status D63_LEVL, ///< bicarb level low or high status D46_LEVL, ///< Spent dialysate air separation chamber level low or high status +#ifdef __PUMPTEST__ + PUMP_TRIG_LEVEL, ///< Trigger for piston pump dosing ( high or low input signal) +#endif NUM_OF_LEVELS ///< Number of levels } LELVEL_T;