summaryrefslogtreecommitdiff
path: root/app/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.c')
-rw-r--r--app/main.c16
1 files changed, 8 insertions, 8 deletions
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"