stm: sdioio: include header for common_hal_mcu_pin_claim
This commit is contained in:
parent
b57e6e9856
commit
f175a49444
|
@ -34,6 +34,7 @@
|
|||
#include "boards/board.h"
|
||||
#include "supervisor/shared/translate.h"
|
||||
#include "common-hal/microcontroller/Pin.h"
|
||||
#include "shared-bindings/microcontroller/Pin.h"
|
||||
|
||||
STATIC bool reserved_sdio[MP_ARRAY_SIZE(mcu_sdio_banks)];
|
||||
STATIC bool never_reset_sdio[MP_ARRAY_SIZE(mcu_sdio_banks)];
|
||||
|
|
Loading…
Reference in New Issue