From e1a2dde7fe9c728dfb3247b34d89b947b4132fd2 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Mon, 23 Dec 2019 10:54:31 +0200 Subject: support stop loading message and some fixes to the thread loading --- Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | 2 +- 1 file changed, 1 insertion(+), 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 1605092e5..fb3fd1afb 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -442,7 +442,7 @@ uint32_t MillisecLoop(uint32_t tick) /*else if(Sensor_i < MAX_HEAD_CARD_TEMP_SENS_ID) - move to the function control_HeadCard_PT100 { //HeadCard_Toggle_PT100(Sensor_i); - //deley?? + //delay?? //HeadADCPT100_SendReadDataCommand(Sensor_i); } else if(Sensor_i < MAX_WHS_CARD_TEMP_SENS_ID) -- cgit v1.3.1