aboutsummaryrefslogtreecommitdiff
path: root/debug.cpp
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-12-20 15:33:38 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2015-12-20 15:33:38 +0100
commit4ce09995e336103ab1d6e20171e732bba1b4cfb2 (patch)
treebf69e5d84c47789251876def55664a97548f7d4b /debug.cpp
parent137489b6cd7e03031b0acb5d3abab4603decde04 (diff)
downloadstm32f103-playground-4ce09995e336103ab1d6e20171e732bba1b4cfb2.tar.gz
stm32f103-playground-4ce09995e336103ab1d6e20171e732bba1b4cfb2.tar.bz2
stm32f103-playground-4ce09995e336103ab1d6e20171e732bba1b4cfb2.tar.xz
stm32f103-playground-4ce09995e336103ab1d6e20171e732bba1b4cfb2.zip
o Switching from the original tinyprintf to an improved version.
o Creating a cmake library out of tinyprintf.
Diffstat (limited to 'debug.cpp')
-rw-r--r--debug.cpp2
1 files changed, 1 insertions, 1 deletions
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" {