From c4be36f27bc7c0fa9d0153d6d09ab13bc1826ee8 Mon Sep 17 00:00:00 2001 From: Avi Levkovich Date: Sun, 24 Mar 2019 13:42:15 +0200 Subject: add functions to read the jogging and load buttons --- Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | 1 + 1 file changed, 1 insertion(+) (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 7c7885692..738f59686 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -474,6 +474,7 @@ uint32_t MillisecLowLoop(uint32_t tick) if (Hundred_msTick) { Speed_Data = Calculate_Speed_Sensor_Velocity(); + Read_Buttons_Reg(); for (Sensor_i = 0;Sensor_i < MAX_TEMPERATURE_SENSOR_ID;Sensor_i++) { MillisecReadFromTempSensor(Sensor_i, NULL); -- cgit v1.3.1