Use malloc free printf

This commit is contained in:
Henrik Stickann 2022-04-20 19:25:15 +02:00
parent 9ea2513e5a
commit 0eac5fbf51

View File

@ -1,8 +1,11 @@
#include <sta/uart.hpp>
#include <cstdio>
//#include <cstdio>
#include <cstring>
// Include last so macros don't mess with other headers
#include <printf.h>
namespace sta
{