From 58240b0509d11b09ce2994b88308650e7cfb93bd Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Mon, 6 Jun 2022 00:11:11 +0200 Subject: game and keyboard small fix --- src/include/source/shell/game.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/source/shell/game.h b/src/include/source/shell/game.h index f6dcbc8..bb705bf 100644 --- a/src/include/source/shell/game.h +++ b/src/include/source/shell/game.h @@ -4,5 +4,6 @@ #include void game_keyboard_handler(uint16_t keycode); +void game_timer_handler(void); #endif -- cgit v1.2.3