diff options
Diffstat (limited to 'ports/esp8266/modmachine.c')
-rw-r--r-- | ports/esp8266/modmachine.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/esp8266/modmachine.c b/ports/esp8266/modmachine.c index a28c7c87f..78d5bde26 100644 --- a/ports/esp8266/modmachine.c +++ b/ports/esp8266/modmachine.c @@ -36,9 +36,6 @@ // This needs to be set before we include the RTOS headers #define USE_US_TIMER 1 -#include "extmod/machine_mem.h" -#include "extmod/machine_i2c.h" -#include "extmod/machine_spi.h" #include "extmod/modmachine.h" #include "modmachine.h" |