summaryrefslogtreecommitdiff
path: root/ports/esp8266/modmachine.c
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-10-26 12:06:19 +1100
committerDamien George <damien@micropython.org>2023-10-26 16:49:27 +1100
commitd336c1b79b38ac4024c2342e67640400e1f81532 (patch)
treeeebce99c47b71c65b2e2ae3d86a1d4ac701d7333 /ports/esp8266/modmachine.c
parent90023b4dcf7bfeb6eccd5d0d13efc4832cf187e7 (diff)
extmod/modmachine: Consolidate simple machine headers into modmachine.h.
The contents of machine_bitstream.h, machine_pinbase.h, machine_pulse.h and machine_signal.h have been moved into extmod/modmachine.h. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/esp8266/modmachine.c')
-rw-r--r--ports/esp8266/modmachine.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/esp8266/modmachine.c b/ports/esp8266/modmachine.c
index d7e8ed033..a28c7c87f 100644
--- a/ports/esp8266/modmachine.c
+++ b/ports/esp8266/modmachine.c
@@ -36,10 +36,7 @@
// This needs to be set before we include the RTOS headers
#define USE_US_TIMER 1
-#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"