summaryrefslogtreecommitdiff
path: root/app/stm32f0xx_it.c
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-03-06 11:30:08 +0300
committerOxore <oxore@protonmail.com>2023-03-06 11:30:08 +0300
commitdfcf63dded68e7bf1eea2112feb6e993d75c9907 (patch)
tree0d1e3e5f3d00f0f550e3fc1cfc110907cb7ee6ce /app/stm32f0xx_it.c
parent5e565f35686b41ae5b5a2125213e01d8aa9d0e61 (diff)
Reduce include path pollution
Diffstat (limited to 'app/stm32f0xx_it.c')
-rw-r--r--app/stm32f0xx_it.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/stm32f0xx_it.c b/app/stm32f0xx_it.c
index 9327bed..46cb8dd 100644
--- a/app/stm32f0xx_it.c
+++ b/app/stm32f0xx_it.c
@@ -31,13 +31,13 @@
#include "stm32f0xx_it.h"
#include "stm32f0xx_conf.h"
-#include "ltimers.h"
-#include "ltimers_config.h"
+#include "ltimers/ltimers.h"
+#include "ltimers/ltimers_config.h"
-#include "nixie_driver_config.h"
-#include "nixie_driver_process.h"
-#include "led_driver_process.h"
-#include "led_driver_config.h"
+#include "nixie_driver/nixie_driver_config.h"
+#include "nixie_driver/nixie_driver_process.h"
+#include "led_driver/led_driver_process.h"
+#include "led_driver/led_driver_config.h"
#include "tsl_types.h"
#include "tsl_user.h"