diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-12-10 12:20:55 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-12-10 12:20:55 +0200 |
| commit | afaee9a1cc07c5578aa9630963d895380d64f51b (patch) | |
| tree | 1c69fd2188f53ca3d0266ab68f3d79f83d0987d5 /Software/Embedded_SW/Embedded/Main.c | |
| parent | 322073a52f4afc5c09903a92dd1c12bd111cd040 (diff) | |
| download | Tango-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.c | 2 |
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); |
