Index: firmware/App/Controllers/AirPump.c =================================================================== diff -u -r9df4eebea9ccae09ea041408bb8129296c8296c2 -r3e6319101588810db17f8a5c0f1d2e245eb137a7 --- firmware/App/Controllers/AirPump.c (.../AirPump.c) (revision 9df4eebea9ccae09ea041408bb8129296c8296c2) +++ firmware/App/Controllers/AirPump.c (.../AirPump.c) (revision 3e6319101588810db17f8a5c0f1d2e245eb137a7) @@ -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 intervals +#define AIR_PUMP_STALL_START_DELAY_COUNT ( AIR_PUMP_STALL_START_DELAY_MS / TASK_GENERAL_INTERVAL ) ///< Air pump stall delay count interval #pragma pack(push, 1) /// Payload record structure for air pump test set command message payload.