Index: firmware/App/Controllers/Pressures.c =================================================================== diff -u -r31aa23b12f37b9d16b5160369ccb7dab6c6eca4d -rf3a37b79a275a1854bf122ccf88669eaf97e5b17 --- firmware/App/Controllers/Pressures.c (.../Pressures.c) (revision 31aa23b12f37b9d16b5160369ccb7dab6c6eca4d) +++ firmware/App/Controllers/Pressures.c (.../Pressures.c) (revision f3a37b79a275a1854bf122ccf88669eaf97e5b17) @@ -49,7 +49,7 @@ #define MIN_INLET_WATER_PRESSURE 25 ///< Minimum water input pressure. #define INLET_WATER_PRESSURE_PERSISTENCE_PERIOD ( 5 * MS_PER_SECOND ) ///< Persistence period for pressure out of range error. #define PRESSURES_DATA_PUB_INTERVAL ( MS_PER_SECOND / TASK_PRIORITY_INTERVAL ) ///< Interval (ms/task time) at which the pressures data is published on the CAN bus. -#define DATA_PUBLISH_COUNTER_START_COUNT 13 ///< Data publish counter start count. +#define DATA_PUBLISH_COUNTER_START_COUNT 10 ///< Data publish counter start count. /// Defined states for the pressures monitor state machine. typedef enum PresOccl_States