fix bug lenght timer

This commit is contained in:
2025-05-29 20:17:16 +02:00
parent cf3dcde4ff
commit 8a4bac8ee6
2 changed files with 5 additions and 5 deletions

View File

@@ -2,6 +2,8 @@
#include "input_handler.h"
#include "timer_counter.h"
typedef void (*ButtonRoutine_t)(ButtonKey_t *);
const ButtonRoutine_t button_routine[MAX_STATE];
void buttonHandler(ButtonKey_t *key)