1 parent b57e6e9 commit f175a49Copy full SHA for f175a49
1 file changed
ports/stm/common-hal/sdioio/SDCard.c
@@ -34,6 +34,7 @@
34
#include "boards/board.h"
35
#include "supervisor/shared/translate.h"
36
#include "common-hal/microcontroller/Pin.h"
37
+#include "shared-bindings/microcontroller/Pin.h"
38
39
STATIC bool reserved_sdio[MP_ARRAY_SIZE(mcu_sdio_banks)];
40
STATIC bool never_reset_sdio[MP_ARRAY_SIZE(mcu_sdio_banks)];
0 commit comments