Fix include paths

This commit is contained in:
Henrik Stickann 2022-05-10 15:37:23 +02:00
parent e4f5e3cd2e
commit b9f5949bfc

View File

@ -32,8 +32,8 @@
#endif // !STA_STM32_GPIO_ENABLE
#include <sta/intf/spi_interface.hpp>
#include <sta/spi_device.hpp>
#include <sta/spi/device.hpp>
#include <sta/spi/interface.hpp>
#include <sta/stm32/clocks.hpp>
#include <sta/stm32/gpio_pin.hpp>