Fix changed includes

This commit is contained in:
Henrik Stickann
2023-01-19 23:22:35 +01:00
parent 2a5a816c57
commit c4ef41ddf7
9 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@
#include <sta/config.hpp>
#ifdef STA_STM32_GPIO_ENABLE
#include <sta/intf/gpio_pin.hpp>
#include <sta/gpio_pin.hpp>
#include <sta/stm32/hal.hpp>

View File

@@ -33,7 +33,7 @@
#include <sta/config.hpp>
#ifdef STA_STM32_UART_ENABLE
#include <sta/intf/uart.hpp>
#include <sta/uart.hpp>
#include <sta/stm32/hal.hpp>