Index: firmware/App/Controllers/AirPump.c =================================================================== diff -u -rd2dbcacdfde607d59dc693474ac9dd3efffb4439 -r3b4e1b2da184d89e2b3fa2a6587a63b1dc1aa345 --- firmware/App/Controllers/AirPump.c (.../AirPump.c) (revision d2dbcacdfde607d59dc693474ac9dd3efffb4439) +++ firmware/App/Controllers/AirPump.c (.../AirPump.c) (revision 3b4e1b2da184d89e2b3fa2a6587a63b1dc1aa345) @@ -36,7 +36,7 @@ #define DATA_PUBLISH_COUNTER_START_COUNT 13 ///< Air pump data publish start counter. #define AIR_PUMP_STALL_PERSISTENCE ( 150 / TASK_GENERAL_INTERVAL ) ///< Stall duration before alarm (150 ms) #define AIR_PUMP_STALL_START_DELAY_MS 200 ///< Delay before evaluating stall condition -#define AIR_PUMP_STALL_START_DELAY_COUNT ( AIR_PUMP_STALL_START_DELAY_MS / TASK_GENERAL_INTERVAL ) ///< Air pump stall delay count interval +#define AIR_PUMP_STALL_START_DELAY_COUNT ( AIR_PUMP_STALL_START_DELAY_MS / TASK_GENERAL_INTERVAL ) ///< Air pump stall delay count intervals #pragma pack(push, 1) /// Payload record structure for air pump test set command message payload.