Index: firmware/App/Controllers/AirTrap.c =================================================================== diff -u -r88083999c2b4ef605de99209a6873421c7428952 -rbb0566d9d186ea1379fbba7233c6b7ebf95bc50c --- firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision 88083999c2b4ef605de99209a6873421c7428952) +++ firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision bb0566d9d186ea1379fbba7233c6b7ebf95bc50c) @@ -7,8 +7,8 @@ * * @file AirTrap.c * -* @author (last) Michael Garthwaite -* @date (last) 21-Oct-2022 +* @author (last) Dara Navaei +* @date (last) 13-Dec-2022 * * @author (original) Sean Nash * @date (original) 16-Sep-2020 @@ -35,7 +35,6 @@ /// Interval (ms/task time) at which the air trap data is published on the CAN bus. #define AIR_TRAP_DATA_PUB_INTERVAL ( MS_PER_SECOND / TASK_GENERAL_INTERVAL ) -#define AIR_PUMP_UPPER_LEVEL_PERSISTENCE ( 2 * MS_PER_SECOND / TASK_GENERAL_INTERVAL ) /// Persistence period for illegal level sensors fault. static const U32 AIR_TRAP_ILLEGAL_LEVELS_PERSISTENCE = ( MS_PER_SECOND * 2 / TASK_GENERAL_INTERVAL ); static const U32 AIR_TRAP_UPPER_LEVEL_PERSISTENCE = ( MS_PER_SECOND * 2 / TASK_GENERAL_INTERVAL );