X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcortexelf-v1%2Fao_cortexelf.c;h=0c6852d96a88c2f98cde2889cda268773c7fd1f5;hb=54c76d48924fecc2aeabbc352c553822a87f9d19;hp=67062c85bee05723e3787bf5369a3e56496eb8df;hpb=62b0228aed5191c8d769f9f34143a13036e210a7;p=fw%2Faltos 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 #include #include +#include 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();