aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-03-29 19:57:58 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-03-29 19:57:58 +0300
commitd1af5a24303a036cc2ede7e7c3c0c7b0036016e7 (patch)
tree7e724efed7877ae3687568cc019525a3c3db12be /Software/Embedded_SW/Embedded/Main.c
parenta5e9811e9fffedb86741a8af02f6cc4e1d899f36 (diff)
downloadTango-d1af5a24303a036cc2ede7e7c3c0c7b0036016e7.tar.gz
Tango-d1af5a24303a036cc2ede7e7c3c0c7b0036016e7.zip
evb support + inlock on flash actions
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
-rw-r--r--Software/Embedded_SW/Embedded/Main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c
index 2a1913b0a..551caa544 100644
--- a/Software/Embedded_SW/Embedded/Main.c
+++ b/Software/Embedded_SW/Embedded/Main.c
@@ -357,7 +357,9 @@ int main(void)
IDLE_TASK_package_init();
+#ifndef EVALUATION_BOARD
Start_InitSequence();
+#endif
PowerIdleInit();
BIOS_start();