From 44358d6a9315634fe65d4a58ae50208e3a9957bf Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 16 Nov 2018 07:59:42 +0100 Subject: esp8266: Use os_printf where applicable --- include/arch/esp8266/driver/stdout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/arch') diff --git a/include/arch/esp8266/driver/stdout.h b/include/arch/esp8266/driver/stdout.h index 038de2e..95135ad 100644 --- a/include/arch/esp8266/driver/stdout.h +++ b/include/arch/esp8266/driver/stdout.h @@ -8,7 +8,7 @@ class StandardOutput { unsigned char base; public: - StandardOutput (); + StandardOutput() : base(10) {}; void setup(); void put(char c); -- cgit v1.2.3