feather_stm32f405_express: sdio_data_tuple should be static

This commit is contained in:
Jeff Epler 2020-07-23 13:25:52 -05:00
parent 4adbd23b75
commit 92d2f47503

View File

@ -1,7 +1,7 @@
#include "py/objtuple.h" #include "py/objtuple.h"
#include "shared-bindings/board/__init__.h" #include "shared-bindings/board/__init__.h"
const mp_rom_obj_tuple_t sdio_data_tuple = { STATIC const mp_rom_obj_tuple_t sdio_data_tuple = {
{&mp_type_tuple}, {&mp_type_tuple},
4, 4,
{ {