aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-10-24 09:12:58 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-10-24 09:12:58 +0300
commit5105f5876ed8bf967de5cf22c0cdbfeda1cb3fbd (patch)
treebcab0a4babcd80cd9731831adb0940922d12c9c3 /Software/Embedded_SW/Embedded/Modules/Control
parent70e34c217a9e479922d2ebf1ac9f1cbe6d0877a0 (diff)
downloadTango-5105f5876ed8bf967de5cf22c0cdbfeda1cb3fbd.tar.gz
Tango-5105f5876ed8bf967de5cf22c0cdbfeda1cb3fbd.zip
fix pressure problem. investigate file system
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/control.c b/Software/Embedded_SW/Embedded/Modules/Control/control.c
index d4fbcdca2..80afb7ac6 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/control.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/control.c
@@ -300,7 +300,7 @@ void ControlStart(void)
ADCAcquireStart(0,1);
AddControlCallback( ControlEmptyCBFunction, eHundredMillisecond, ControlActivityLed,0, 0, 0 );
- Task_sleep(100);
+ SysCtlDelay(12000000);
MillisecStart();
}
}