summaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-11-16 07:59:42 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-11-16 07:59:42 +0100
commit44358d6a9315634fe65d4a58ae50208e3a9957bf (patch)
tree28a306ab09e2a0c35a082548cfce04c3774b1332 /include/arch
parentd0400d63dfca33d3839fafc1553357150cd19eca (diff)
esp8266: Use os_printf where applicable
Diffstat (limited to 'include/arch')
-rw-r--r--include/arch/esp8266/driver/stdout.h2
1 files changed, 1 insertions, 1 deletions
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);