diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-12-23 10:54:31 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-12-23 10:54:31 +0200 |
| commit | e1a2dde7fe9c728dfb3247b34d89b947b4132fd2 (patch) | |
| tree | 3da73f505433bb9c0617970d018a80e881fc486e /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | |
| parent | b6d9b453d2f14f1bbcc3b907d6cc30b513370e5a (diff) | |
| download | Tango-e1a2dde7fe9c728dfb3247b34d89b947b4132fd2.tar.gz Tango-e1a2dde7fe9c728dfb3247b34d89b947b4132fd2.zip | |
support stop loading message and some fixes to the thread loading
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
