diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-08-09 12:48:47 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-08-09 12:48:47 +0300 |
| commit | 73743443c771284e0be3a50bbf15fada18e589a5 (patch) | |
| tree | e73eb74bffeada1e6335cded8240ce358d0361de /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | |
| parent | d627576c770ddab1079940c34057a55206f6a835 (diff) | |
| download | Tango-73743443c771284e0be3a50bbf15fada18e589a5.tar.gz Tango-73743443c771284e0be3a50bbf15fada18e589a5.zip | |
Version 1.4.3.41 critical update in alarm handling. created some problem in HW init
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, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c index 063d7c823..f5ac6cf92 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -39,6 +39,7 @@ #include "modules/thread/thread_ex.h" #include "modules/ids/ids_ex.h" +#include "modules/Diagnostics/Diagnostics.h" #include "drivers/Flash_Memory/Flash_Memory.h" #include "drivers/Flash_Memory/fatfs/ff.h" @@ -613,6 +614,7 @@ uint32_t MillisecLowLoop(uint32_t tick) if (isMotorConfigured(Motor_i)) MotorGetStatusFromFPGA(Motor_i); }*/ + midtankDisplay = 1-midtankDisplay; } if (OneHourTick) { |
