diff options
Diffstat (limited to 'ports/esp32/modmachine.c')
-rw-r--r-- | ports/esp32/modmachine.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/esp32/modmachine.c b/ports/esp32/modmachine.c index 96df32d435..bed29f7c04 100644 --- a/ports/esp32/modmachine.c +++ b/ports/esp32/modmachine.c @@ -40,10 +40,7 @@ #include "py/runtime.h" #include "shared/runtime/pyexec.h" #include "drivers/dht/dht.h" -#include "extmod/machine_bitstream.h" #include "extmod/machine_mem.h" -#include "extmod/machine_signal.h" -#include "extmod/machine_pulse.h" #include "extmod/machine_i2c.h" #include "extmod/machine_spi.h" #include "extmod/modmachine.h" |