From 2c4dae7cc22db0a29532df63dc969485a3e5e957 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sat, 2 Apr 2022 19:03:25 -0700 Subject: VSCodium Build Tasks --- usr/cxx.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr') diff --git a/usr/cxx.cpp b/usr/cxx.cpp index 2240d25..beeef80 100644 --- a/usr/cxx.cpp +++ b/usr/cxx.cpp @@ -1,6 +1,7 @@ extern "C" { #include #include +#include }; class Substation { @@ -25,4 +26,5 @@ extern "C" void cpp_demo(unsigned long v) char str[14]; char* start = ulong_to_string(s.max_production, str); draw_string(0, 15, start); + uart_string(start); } -- cgit v1.2.1