summaryrefslogtreecommitdiffstats
path: root/fmk.c
diff options
context:
space:
mode:
Diffstat (limited to 'fmk.c')
-rw-r--r--fmk.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/fmk.c b/fmk.c
index 9df6082..bf2fb79 100644
--- a/fmk.c
+++ b/fmk.c
@@ -1,9 +1,7 @@
-#include <reg.h>
-#include <stdint.h>
+#include "asm.h"
int main(void)
{
- /* TODO: Replace with an indefinite wait */
while (1)
- ;
+ WFI();
}