Fixed printable uart and removed obsolete printf file

This commit is contained in:
dario
2024-02-12 13:41:49 +01:00
parent 3be8893849
commit 713e7b0da9
3 changed files with 1 additions and 33 deletions

View File

@@ -1,7 +1,6 @@
#include <sta/debug/printing/printable_uart.hpp>
#include <sta/debug/assert.hpp>
#include <sta/printf.hpp>
#ifdef STA_PLATFORM_ARDUINO
# include <inttypes.h>

View File

@@ -1,4 +1,4 @@
#include <sta/debug/printing/printable_serial.hpp>
#include <sta/devices/arduino/printable_serial.hpp>
#ifdef STA_PLATFORM_ARDUINO