From dfcf63dded68e7bf1eea2112feb6e993d75c9907 Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 6 Mar 2023 11:30:08 +0300 Subject: Reduce include path pollution --- app/main.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'app/main.c') diff --git a/app/main.c b/app/main.c index 4c0881f..e857a38 100644 --- a/app/main.c +++ b/app/main.c @@ -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" -- cgit v1.2.3