Commit 769e2e21 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

ostream is only available in esp8266, msp430, posix

parent 716bb10f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ bool "Call wakeup() on wakeup"

config ostream
bool "C++ ostream support in stdout"
depends on arch_esp8266 || arch_msp430fr5969lp || arch_msp430fr5994lp || arch_posix

config i2c_freq
int "I2C Frequency [Hz]"