diff options
Diffstat (limited to 'esp8266/Makefile')
-rw-r--r-- | esp8266/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index 1654ec760b..c5f6231a19 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -48,6 +48,7 @@ SRC_C = \ pybstdio.c \ uart.c \ modpyb.c \ + modesp.c \ STM_SRC_C = $(addprefix stmhal/,\ printf.c \ |