diff options
Diffstat (limited to 'app/button/button_handler.c')
-rw-r--r-- | app/button/button_handler.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/button/button_handler.c b/app/button/button_handler.c index 7c3ea91..e989d2b 100644 --- a/app/button/button_handler.c +++ b/app/button/button_handler.c @@ -1,7 +1,6 @@ #include "button_handler.h" -#include "ltimers.h" +#include "ltimers/ltimers.h" -#include "nixie_driver_process.h" // FreeRTOS includes #include "FreeRTOS.h" |