diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-23 22:45:37 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-23 22:45:37 +0200 |
| commit | a7d02907a37ba35da13b03264ba5110bd08f83c1 (patch) | |
| tree | ca2bb997a06e16e34eb64a3c7ccea258cdfa925e /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | bd9bea9c2555a86fe092d5edb725867aadc64671 (diff) | |
| download | Tango-a7d02907a37ba35da13b03264ba5110bd08f83c1.tar.gz Tango-a7d02907a37ba35da13b03264ba5110bd08f83c1.zip | |
prepare progress
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
| -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 fd13e37e5..c939b27c6 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -748,7 +748,7 @@ uint32_t MillisecLowLoop(uint32_t tick) ulocaltime(umktime(&LocalTime)+1,&LocalTime); HibernateCalendarSet(&LocalTime); - ReportWithPackageFilter(ThreadFilter,"Time: ",__FILE__,LocalTime.tm_hour,LocalTime.tm_min,RpWarning,(int) LocalTime.tm_sec,0); + //ReportWithPackageFilter(ThreadFilter,"Time: ",__FILE__,LocalTime.tm_min,LocalTime.tm_sec,RpWarning,(int) msec_millisecondCounter,0); Trigger_WHS_MAX11614_Read_allADC(); FPGA_GetAllDispensersValveBusyOCD(); |
