diff options
author | Damien George <damien.p.george@gmail.com> | 2016-04-12 13:55:20 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-04-12 14:06:54 +0100 |
commit | a525493e40eb4d89e805737bfa36b39d35221efb (patch) | |
tree | d6b2d9b330c51d0af4601e52b2b6d908cf0bda82 /esp8266/Makefile | |
parent | ac63ca7bc57e24008d25c0826c5c0c42abf38b13 (diff) | |
download | micropython-a525493e40eb4d89e805737bfa36b39d35221efb.tar.gz micropython-a525493e40eb4d89e805737bfa36b39d35221efb.zip |
esp8266: Switch from using custom I2C driver to generic extmod one.
Diffstat (limited to 'esp8266/Makefile')
-rw-r--r-- | esp8266/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index d6ab96974d..2f14f49575 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -67,7 +67,6 @@ SRC_C = \ modpybrtc.c \ modpybadc.c \ modpybuart.c \ - modpybi2c.c \ modpybspi.c \ modesp.c \ modnetwork.c \ |