Skip to content

Commit 7584363

Browse files
committed
Forgot an include
1 parent 1ae2a21 commit 7584363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/raspberrypi/common-hal/i2ctarget/I2CTarget.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include "py/mperrno.h"
3232
#include "py/mphal.h"
3333
#include "shared-bindings/busio/I2C.h"
34+
#include "shared-bindings/microcontroller/Pin.h"
3435
#include "py/runtime.h"
3536

3637
#include "src/rp2_common/hardware_gpio/include/hardware/gpio.h"

0 commit comments

Comments
 (0)