From b398f319c74d12f2d1641c1fc16dbd5e14bff0b4 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 26 Mar 2018 22:50:56 -0400 Subject: fixed linker script --- include/keypad.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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. -- cgit v1.2.3