diff options
Diffstat (limited to 'app/main.c')
-rw-r--r-- | app/main.c | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -46,18 +46,18 @@ #include "queue.h" #include "semphr.h" -#include "ltimers.h" -#include "head_task.h" -#include "button_task.h" -#include "button_handler.h" -#include "nixie_driver_task.h" -#include "light_sensor_task.h" +#include "ltimers/ltimers.h" +#include "head_task/head_task.h" +#include "button/button_task.h" +#include "button/button_handler.h" +#include "nixie_driver/nixie_driver_task.h" +#include "light_sensor/light_sensor_task.h" #ifdef LED_DRIVER -#include "led_driver_task.h" +#include "led_driver/led_driver_task.h" #endif -#include "indicate_modes_task.h" +#include "indicate/indicate_modes_task.h" #include "tsl_user.h" #include "time.h" #include "stm32f0xx_usart.h" |