diff options
author | Keith Packard <keithp@keithp.com> | 2017-04-09 13:03:50 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-04-09 13:03:50 -0700 |
commit | eb0b2b4e9f56d1d6fc2b06e39c8372dfcdf3b1f5 (patch) | |
tree | 1f2a545aa1d7ea072fe68a0797b04cd78b61be9f | |
parent | 6efa53bafda18313742849a6c4992f09c3e403c3 (diff) |
cortexelf-v1: Initialize key matrix code
This gets the hex keypad working.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/cortexelf-v1/ao_cortexelf.c | 2 |
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(); |