Skip to content

Commit bc14ed3

Browse files
committed
StateMachine.h: Add header for declaration of mcu_pin_obj_t typedef
1 parent c023ec0 commit bc14ed3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/raspberrypi/common-hal/rp2pio/StateMachine.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
#include "py/obj.h"
3131

32+
#include "common-hal/microcontroller/Pin.h"
3233
#include "src/rp2_common/hardware_pio/include/hardware/pio.h"
3334

3435
typedef struct {

0 commit comments

Comments
 (0)