Skip to content

Commit 92d2f47

Browse files
committed
feather_stm32f405_express: sdio_data_tuple should be static
1 parent 4adbd23 commit 92d2f47

File tree

1 file changed

+1
-1
lines changed
  • ports/stm/boards/feather_stm32f405_express

1 file changed

+1
-1
lines changed

ports/stm/boards/feather_stm32f405_express/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "py/objtuple.h"
22
#include "shared-bindings/board/__init__.h"
33

4-
const mp_rom_obj_tuple_t sdio_data_tuple = {
4+
STATIC const mp_rom_obj_tuple_t sdio_data_tuple = {
55
{&mp_type_tuple},
66
4,
77
{

0 commit comments

Comments
 (0)