StateMachine.h: Add header for declaration of mcu_pin_obj_t typedef

This commit is contained in:
Jeff Epler 2021-03-04 12:28:46 -06:00
parent c023ec03ff
commit bc14ed31f6
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "py/obj.h"
#include "common-hal/microcontroller/Pin.h"
#include "src/rp2_common/hardware_pio/include/hardware/pio.h"
typedef struct {