Index: PIControllers.h =================================================================== diff -u -r828f345ce1b9fef38b26692db41f90beadea6b60 -rb50baf1398a7e6a2ac034202d05ce84a40697cb6 --- PIControllers.h (.../PIControllers.h) (revision 828f345ce1b9fef38b26692db41f90beadea6b60) +++ PIControllers.h (.../PIControllers.h) (revision b50baf1398a7e6a2ac034202d05ce84a40697cb6) @@ -25,7 +25,7 @@ #include "DDCommon.h" #endif #ifdef _RO_ -#include "ROCommon.h" +#include "FPCommon.h" #endif /** @@ -51,8 +51,10 @@ PI_CONTROLLER_ID_D45_HEAT, ///< Trimmer heater controller #endif #ifdef _RO_ - PI_CONTROLLER_ID_RO_PUMP_FLOW = 0, ///< RO Pump controller to flow - PI_CONTROLLER_ID_RO_PUMP_MAX_PRES, ///< RO pump controller to maximum pressure + PI_CONTROLLER_ID_RO_PUMP_FLOW, ///< RO Pump controller to flow + PI_CONTROLLER_ID_RO_PUMP_PRES, ///< RO pump controller to maximum pressure + PI_CONTROLLER_ID_BOOST_PUMP_FLOW, ///< Boost pump controller to flow + PI_CONTROLLER_ID_BOOST_PUMP_PRES, ///< Boost pump controller to maximum pressure #endif NUM_OF_PI_CONTROLLERS_IDS ///< Number of PI controllers } PI_CONTROLLER_ID_T;