Index: firmware/App/Controllers/AirTrap.h =================================================================== diff -u -re5879a928e1ac6ed2e6960fd2f9a317ce166c699 -rd9d085cdca67200ecddbdfbc75c489e704b23081 --- firmware/App/Controllers/AirTrap.h (.../AirTrap.h) (revision e5879a928e1ac6ed2e6960fd2f9a317ce166c699) +++ firmware/App/Controllers/AirTrap.h (.../AirTrap.h) (revision d9d085cdca67200ecddbdfbc75c489e704b23081) @@ -22,8 +22,9 @@ /** * @defgroup AirTrap AirTrap - * @brief Pressure & Occlusion controller/monitor module. Monitors the - * blood line pressure sensors and pump occlusion sensors. + * @brief Air Trap valve controller / level sensor monitor module. Monitors the + * air trap level sensors. Controls the air trap valve when level controlling is + * turned on. * * @addtogroup AirTrap * @{ @@ -36,7 +37,7 @@ { AIR_TRAP_LEVEL_SENSOR_LOWER = 0, ///< lower air trap sensor AIR_TRAP_LEVEL_SENSOR_UPPER, ///< upper air trap sensor - NUM_OF_AIR_TRAP_LEVEL_SENSORS ///< Number of pressure sensors + NUM_OF_AIR_TRAP_LEVEL_SENSORS ///< Number of air trap sensors } AIR_TRAP_LEVEL_SENSORS_T; /// Enumeration of air trap level sensor levels.