StateMachine.h: Add header for declaration of mcu_pin_obj_t typedef
This commit is contained in:
parent
c023ec03ff
commit
bc14ed31f6
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
#include "py/obj.h"
|
#include "py/obj.h"
|
||||||
|
|
||||||
|
#include "common-hal/microcontroller/Pin.h"
|
||||||
#include "src/rp2_common/hardware_pio/include/hardware/pio.h"
|
#include "src/rp2_common/hardware_pio/include/hardware/pio.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in New Issue