diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-26 22:50:56 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-03-26 22:50:56 -0400 |
commit | b398f319c74d12f2d1641c1fc16dbd5e14bff0b4 (patch) | |
tree | c0bc84e78d6dde413e0df0804f20ffb91b4dfa4a /include/keypad.h | |
parent | 2b034ffa10bc6d14adccec6cef5b3c587a70a283 (diff) |
fixed linker script
Diffstat (limited to 'include/keypad.h')
-rw-r--r-- | include/keypad.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/keypad.h b/include/keypad.h index 3dbebdf..5263a0d 100644 --- a/include/keypad.h +++ b/include/keypad.h @@ -28,6 +28,7 @@ * Starts a task to poll the buttons. Must be called before any keypad reading. */ void keypad_init(void); +void keypad_start(void); /** * Reads the last pressed key on the keypad. |