diff options
Diffstat (limited to 'app/button')
-rw-r--r-- | app/button/button_handler.c | 3 | ||||
-rw-r--r-- | app/button/button_task.c | 5 |
2 files changed, 3 insertions, 5 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" diff --git a/app/button/button_task.c b/app/button/button_task.c index 7a2b9fc..589f43b 100644 --- a/app/button/button_task.c +++ b/app/button/button_task.c @@ -1,9 +1,8 @@ -#include "head_task.h" #include "tsl_user.h" -#include "nixie_driver_process.h" +#include "nixie_driver/nixie_driver_process.h" #include "button_handler.h" -#include "ltimers.h" +#include "ltimers/ltimers.h" #include "FreeRTOS.h" #include "task.h" |