diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-06-14 17:00:35 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@unpythonic.net> | 2020-06-25 11:44:21 -0500 |
| commit | 103ad9966a1c871fe06f2222bd0226bbd81fffba (patch) | |
| tree | 25921ac3d1b84c88a5ad1b897c57f235199d00fd /ports | |
| parent | 4f8b37042d3575ace22067dba09694adf8fb80c0 (diff) | |
remove machine_i2c, machine_spi
This micropython code is not used in circuitpython
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/unix/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/unix/Makefile b/ports/unix/Makefile index 63c4980c3..5d4b168fe 100644 --- a/ports/unix/Makefile +++ b/ports/unix/Makefile @@ -161,8 +161,6 @@ PY_EXTMOD_O_BASENAME += \ extmod/machine_pinbase.o \ extmod/machine_signal.o \ extmod/machine_pulse.o \ - extmod/machine_i2c.o \ - extmod/machine_spi.o LIB_SRC_C = $(addprefix lib/,\ $(LIB_SRC_C_EXTRA) \ |
