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 9bf6bc2c23..66337be035 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -62,6 +62,7 @@ SRC_C = \ modpybrtc.c \ modpybadc.c \ modpybi2c.c \ + modpybspi.c \ modesp.c \ modnetwork.c \ modutime.c \ |