X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcortexelf-v1%2Fao_cortexelf.c;h=61a9d2199be2fcff5c62b0ccc98f814643797382;hb=4e561ae43a734d870470e36c41232482bd5f398f;hp=77fbd0c0e44b2b108919d0aae2687c505f666544;hpb=17ec1c510ccc42bbc387940b5805f452697f78d6;p=fw%2Faltos diff --git a/src/cortexelf-v1/ao_cortexelf.c b/src/cortexelf-v1/ao_cortexelf.c index 77fbd0c0..61a9d219 100644 --- a/src/cortexelf-v1/ao_cortexelf.c +++ b/src/cortexelf-v1/ao_cortexelf.c @@ -31,6 +31,8 @@ #include #include #include +#include +#include struct ao_task ball_task; @@ -273,6 +275,10 @@ main(void) ao_button_init(); ao_as1107_init(); + ao_matrix_init(); + ao_1802_init(); + + ao_hex_init(); ao_config_init();