We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57e6e9 commit f175a49Copy full SHA for f175a49
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