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:
@@ -25,8 +25,7 @@
|
||||
*/
|
||||
|
||||
#include "extmod/machine_mem.h"
|
||||
#include "extmod/machine_pinbase.h"
|
||||
#include "extmod/machine_signal.h"
|
||||
#include "extmod/modmachine.h"
|
||||
|
||||
#if MICROPY_PY_MACHINE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user