summaryrefslogtreecommitdiff
path: root/src/cortexelf-v1/ao_cortexelf.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-04-02 15:40:03 -0700
committerKeith Packard <keithp@keithp.com>2017-04-02 15:40:03 -0700
commit54c76d48924fecc2aeabbc352c553822a87f9d19 (patch)
treeee7b94cb02b306d33e2a81beadb6152afb53f05d /src/cortexelf-v1/ao_cortexelf.c
parent7b031d5a86213364196b67f7e3f92865da8adbf9 (diff)
cortexelf-v1: Use new memory map to access all flash and ram. Add fat.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cortexelf-v1/ao_cortexelf.c')
-rw-r--r--src/cortexelf-v1/ao_cortexelf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cortexelf-v1/ao_cortexelf.c b/src/cortexelf-v1/ao_cortexelf.c
index 67062c85..0c6852d9 100644
--- a/src/cortexelf-v1/ao_cortexelf.c
+++ b/src/cortexelf-v1/ao_cortexelf.c
@@ -26,6 +26,7 @@
#include <ao_vga.h>
#include <ao_console.h>
#include <ao_sdcard.h>
+#include <ao_fat.h>
struct ao_task ball_task;
@@ -207,6 +208,7 @@ main(void)
ao_exti_init();
ao_sdcard_init();
+ ao_fat_init();
ao_ps2_init();
ao_vga_init();