From 0eac5fbf511b0343b8a6548c985baa6eb8c456f2 Mon Sep 17 00:00:00 2001 From: Henrik Stickann <4376396-Mithradir@users.noreply.gitlab.com> Date: Wed, 20 Apr 2022 19:25:15 +0200 Subject: [PATCH] Use malloc free printf --- src/uart.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/uart.cpp b/src/uart.cpp index 8a744bc..12bc743 100644 --- a/src/uart.cpp +++ b/src/uart.cpp @@ -1,8 +1,11 @@ #include -#include +//#include #include +// Include last so macros don't mess with other headers +#include + namespace sta {