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>
This commit is contained in:
Damien George
2023-10-26 12:06:19 +11:00
parent 90023b4dcf
commit d336c1b79b
23 changed files with 17 additions and 176 deletions

View File

@@ -27,7 +27,7 @@
#include "py/runtime.h"
#include "py/mphal.h"
#include "extmod/machine_bitstream.h"
#include "extmod/modmachine.h"
#if MICROPY_PY_MACHINE_BITSTREAM