summaryrefslogtreecommitdiff
path: root/src/fox1ihu/ao_fox1ihu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fox1ihu/ao_fox1ihu.c')
-rw-r--r--src/fox1ihu/ao_fox1ihu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fox1ihu/ao_fox1ihu.c b/src/fox1ihu/ao_fox1ihu.c
index 5bbad328..2e1a2fdf 100644
--- a/src/fox1ihu/ao_fox1ihu.c
+++ b/src/fox1ihu/ao_fox1ihu.c
@@ -19,6 +19,7 @@
#include <ao_exti.h>
#include <ao_watchdog.h>
#include <ao_storage.h>
+#include <ao_fat.h>
int
main(void)
@@ -48,6 +49,8 @@ main(void)
ao_watchdog_init();
+ ao_fat_init();
+
ao_start_scheduler();
return 0;
}