From 4aee95993e2b936b736eac07e1560c930eee8c09 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Tue, 14 Aug 2018 15:57:29 +0300 Subject: alarm handling cont. --- Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Modules/Control') diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c index 3fcc7e498..9f515062d 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -376,8 +376,10 @@ uint32_t MillisecLoop(uint32_t tick) } if (Hundred_msTick) { - for (Sensor_i = 0;Sensor_i < MAX_TEMPERATURE_SENSOR_ID;Sensor_i++) + for (Sensor_i = 0;Sensor_i < MAX_TEMPERATURE_SENSOR_ID;Sensor_i++) + { MillisecReadFromTempSensor(Sensor_i, NULL); + } } if (O900Millisecond_Tick) -- cgit v1.3.1