summaryrefslogtreecommitdiff
path: root/ports/esp32/machine_i2c.c
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-10-26 15:20:03 +1100
committerDamien George <damien@micropython.org>2023-10-26 17:40:22 +1100
commit3e2706a18dd4071d2d3040549786e659fc3b46b7 (patch)
tree47b053f42ee95ca8dc76fea9525a0928b15e9e03 /ports/esp32/machine_i2c.c
parent6989aba93b917fd30ea81b2660d6518c84108db2 (diff)
extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h.
The contents of machine_mem.h, machine_i2c.h and machine_spi.h have been moved into extmod/modmachine.h. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/esp32/machine_i2c.c')
-rw-r--r--ports/esp32/machine_i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/esp32/machine_i2c.c b/ports/esp32/machine_i2c.c
index 4e3a9ee81..50d568151 100644
--- a/ports/esp32/machine_i2c.c
+++ b/ports/esp32/machine_i2c.c
@@ -27,7 +27,6 @@
#include "py/runtime.h"
#include "py/mphal.h"
#include "py/mperrno.h"
-#include "extmod/machine_i2c.h"
#include "extmod/modmachine.h"
#include "driver/i2c.h"