cortexelf-v1: Initialize key matrix code
authorKeith Packard <keithp@keithp.com>
Sun, 9 Apr 2017 20:03:50 +0000 (13:03 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 9 Apr 2017 20:03:50 +0000 (13:03 -0700)
This gets the hex keypad working.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/cortexelf-v1/ao_cortexelf.c

index decd6ef57ad345a501f4e1cca4ea891c588cc52b..61a9d2199be2fcff5c62b0ccc98f814643797382 100644 (file)
@@ -275,7 +275,7 @@ main(void)
        ao_button_init();
 
        ao_as1107_init();
-
+       ao_matrix_init();
        ao_1802_init();
 
        ao_hex_init();