aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/control.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-10-24 13:01:03 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-10-24 13:01:03 +0300
commit7b672771f298e2b6e35bbb30525dfb61209987ab (patch)
treeb868aa9d028d002b69f7d64d11d691c4a2b18343 /Software/Embedded_SW/Embedded/Modules/Control/control.c
parent70e34c217a9e479922d2ebf1ac9f1cbe6d0877a0 (diff)
downloadTango-7b672771f298e2b6e35bbb30525dfb61209987ab.tar.gz
Tango-7b672771f298e2b6e35bbb30525dfb61209987ab.zip
fix bios delay
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/control.c')
-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();
}
}