diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2013-05-28 11:00:52 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2013-05-28 11:00:52 +0900 |
commit | 6c1bfe000b0dff90d2e6e4e107093de1aebf85a8 (patch) | |
tree | a124fa5796ce02765fd5bf5711013cef97c1de50 /entry.c | |
parent | 699344840b7bebfeedccdda79a1144fc576b7ceb (diff) |
idle implementation.
Diffstat (limited to 'entry.c')
-rw-r--r-- | entry.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -294,13 +294,6 @@ void entry (void) : /* no output */ : /* no input */ : "memory"); } -void __attribute__((naked, used)) -idle (void) -{ - /* XXX: use WFI */ - for (;;); -} - typedef void (*handler)(void); extern uint8_t __main_stack_end__; |