summaryrefslogtreecommitdiff
path: root/entry.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2013-05-28 11:00:52 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2013-05-28 11:00:52 +0900
commit6c1bfe000b0dff90d2e6e4e107093de1aebf85a8 (patch)
treea124fa5796ce02765fd5bf5711013cef97c1de50 /entry.c
parent699344840b7bebfeedccdda79a1144fc576b7ceb (diff)
idle implementation.
Diffstat (limited to 'entry.c')
-rw-r--r--entry.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/entry.c b/entry.c
index da1a993..727bffb 100644
--- a/entry.c
+++ b/entry.c
@@ -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__;