feather_stm32f405_express: sdio_data_tuple should be static
This commit is contained in:
parent
4adbd23b75
commit
92d2f47503
@ -1,7 +1,7 @@
|
||||
#include "py/objtuple.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},
|
||||
4,
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user