stm: sdioio: include header for common_hal_mcu_pin_claim

This commit is contained in:
Jeff Epler 2020-07-29 21:35:47 -05:00
parent b57e6e9856
commit f175a49444
1 changed files with 1 additions and 0 deletions

View File

@ -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)];