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

@@ -1,4 +1,4 @@
#include <sta/intf/mutex.hpp>
#include <sta/mutex.hpp>
namespace sta

View File

@@ -1,4 +1,4 @@
#include <sta/intf/uart.hpp>
#include <sta/uart.hpp>
#include <sta/printf.hpp>