Skip to content

Commit f175a49

Browse files
committed
stm: sdioio: include header for common_hal_mcu_pin_claim
1 parent b57e6e9 commit f175a49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/stm/common-hal/sdioio/SDCard.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include "boards/board.h"
3535
#include "supervisor/shared/translate.h"
3636
#include "common-hal/microcontroller/Pin.h"
37+
#include "shared-bindings/microcontroller/Pin.h"
3738

3839
STATIC bool reserved_sdio[MP_ARRAY_SIZE(mcu_sdio_banks)];
3940
STATIC bool never_reset_sdio[MP_ARRAY_SIZE(mcu_sdio_banks)];

0 commit comments

Comments
 (0)