summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-04-09 13:03:50 -0700
committerKeith Packard <keithp@keithp.com>2017-04-09 13:03:50 -0700
commiteb0b2b4e9f56d1d6fc2b06e39c8372dfcdf3b1f5 (patch)
tree1f2a545aa1d7ea072fe68a0797b04cd78b61be9f /src
parent6efa53bafda18313742849a6c4992f09c3e403c3 (diff)
cortexelf-v1: Initialize key matrix code
This gets the hex keypad working. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/cortexelf-v1/ao_cortexelf.c2
1 files changed, 1 insertions, 1 deletions
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();