1 parent 4adbd23 commit 92d2f47Copy full SHA for 92d2f47
1 file changed
ports/stm/boards/feather_stm32f405_express/pins.c
@@ -1,7 +1,7 @@
1
#include "py/objtuple.h"
2
#include "shared-bindings/board/__init__.h"
3
4
-const mp_rom_obj_tuple_t sdio_data_tuple = {
+STATIC const mp_rom_obj_tuple_t sdio_data_tuple = {
5
{&mp_type_tuple},
6
4,
7
{
0 commit comments