aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-12-10 12:20:55 +0200
committerAvi Levkovich <avi@twine-s.com>2020-12-10 12:20:55 +0200
commitafaee9a1cc07c5578aa9630963d895380d64f51b (patch)
tree1c69fd2188f53ca3d0266ab68f3d79f83d0987d5 /Software/Embedded_SW/Embedded/Main.c
parent322073a52f4afc5c09903a92dd1c12bd111cd040 (diff)
downloadTango-afaee9a1cc07c5578aa9630963d895380d64f51b.tar.gz
Tango-afaee9a1cc07c5578aa9630963d895380d64f51b.zip
fix idle and timing in control. remove error file for release
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
-rw-r--r--Software/Embedded_SW/Embedded/Main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c
index d046df48d..16334a0ad 100644
--- a/Software/Embedded_SW/Embedded/Main.c
+++ b/Software/Embedded_SW/Embedded/Main.c
@@ -450,7 +450,7 @@ int main(void)
IDLE_TASK_package_init();
Start_InitSequence();
- PowerIdleInit();
+ //PowerIdleInit();
BIOS_start();
return (0);