From eb0b2b4e9f56d1d6fc2b06e39c8372dfcdf3b1f5 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 9 Apr 2017 13:03:50 -0700 Subject: [PATCH] cortexelf-v1: Initialize key matrix code This gets the hex keypad working. Signed-off-by: Keith Packard --- src/cortexelf-v1/ao_cortexelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cortexelf-v1/ao_cortexelf.c b/src/cortexelf-v1/ao_cortexelf.c index decd6ef5..61a9d219 100644 --- a/src/cortexelf-v1/ao_cortexelf.c +++ b/src/cortexelf-v1/ao_cortexelf.c @@ -275,7 +275,7 @@ main(void) ao_button_init(); ao_as1107_init(); - + ao_matrix_init(); ao_1802_init(); ao_hex_init(); -- 2.30.2