summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/machine_signal.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 /extmod/machine_signal.c
parent90023b4dcf7bfeb6eccd5d0d13efc4832cf187e7 (diff)
downloadmicropython-d336c1b79b38ac4024c2342e67640400e1f81532.tar.gz
micropython-d336c1b79b38ac4024c2342e67640400e1f81532.zip
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 'extmod/machine_signal.c')
-rw-r--r--extmod/machine_signal.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/extmod/machine_signal.c b/extmod/machine_signal.c
index 7922ed7077..63fd0fe479 100644
--- a/extmod/machine_signal.c
+++ b/extmod/machine_signal.c
@@ -29,10 +29,9 @@
#include <string.h>
-#include "py/obj.h"
#include "py/runtime.h"
+#include "extmod/modmachine.h"
#include "extmod/virtpin.h"
-#include "extmod/machine_signal.h"
// Signal class