diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-12-06 15:47:16 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2018-12-06 15:47:16 -0800 |
| commit | 817766acdc11fbff80ab53654a45951f74ad2248 (patch) | |
| tree | 5c0f871a6decbc124bba3c0108d4c5b4fa17a514 | |
| parent | df6c8eaed7e54b656bcf0c02d7451c307e3391e6 (diff) | |
Use the stub for ESP8266 as well.
| -rw-r--r-- | ports/esp8266/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp8266/Makefile b/ports/esp8266/Makefile index 69226f442..d38285c91 100644 --- a/ports/esp8266/Makefile +++ b/ports/esp8266/Makefile @@ -97,6 +97,7 @@ SRC_C = \ posix_helpers.c \ hspi.c \ boards/$(BOARD)/pins.c \ + supervisor/stub/stack.c \ supervisor/shared/translate.c \ $(SRC_MOD) |
