Index: firmware/App/Monitors/Pressure.c =================================================================== diff -u -re6504e7e162d00745033a55191d6f810d2753105 -r6f961c6e113a4076ba9d5f97e078a398a8976d7c --- firmware/App/Monitors/Pressure.c (.../Pressure.c) (revision e6504e7e162d00745033a55191d6f810d2753105) +++ firmware/App/Monitors/Pressure.c (.../Pressure.c) (revision 6f961c6e113a4076ba9d5f97e078a398a8976d7c) @@ -28,6 +28,7 @@ */ // ********** private definitions ********** + #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 ( 5 ) ///< Data publish counter start count. #define PRESSURE_SAMPLE_FILTER_MS ( 50 ) ///< Filter pressure data for given time