From 4ce09995e336103ab1d6e20171e732bba1b4cfb2 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 20 Dec 2015 15:33:38 +0100 Subject: o Switching from the original tinyprintf to an improved version. o Creating a cmake library out of tinyprintf. --- debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.cpp') diff --git a/debug.cpp b/debug.cpp index d44fc79..40f2169 100644 --- a/debug.cpp +++ b/debug.cpp @@ -1,5 +1,5 @@ #include "debug.h" -#include "printf.h" +#include "tinyprintf.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3