diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-12-25 18:09:33 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-12-25 18:09:33 +0100 |
commit | 35a98377f52caf5ac37c2e932b9f2d4c9196c195 (patch) | |
tree | d87920e581a25b3ef30b4cce967cd8842db5c1eb /script/mkconfig | |
parent | 16b712e0233cfd7b60668927067885f7e3551b92 (diff) |
Remove esp8266 support in favor of ESP8266 RTOS SDK
Diffstat (limited to 'script/mkconfig')
-rwxr-xr-x | script/mkconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/mkconfig b/script/mkconfig index 63dc302..7be8703 100755 --- a/script/mkconfig +++ b/script/mkconfig @@ -19,7 +19,7 @@ default n config ostream bool "C++ ostream support in stdout" default n -depends on arch_esp8266 || arch_msp430fr5969lp || arch_msp430fr5994lp || arch_posix +depends on arch_msp430fr5969lp || arch_msp430fr5994lp || arch_posix config aspectc bool "Build with AspectC++" |