Skip to content

Commit 84cf30f

Browse files
committed
ports/silabs and lib/protomatter: STATIC -> static
1 parent 6cdd453 commit 84cf30f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/protomatter

ports/silabs/tools/make_pins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def make_mcu_dict_entry2(pin):
5353

5454
def make_mcu_dict(pins):
5555
"""Create the mcu dictionary"""
56-
decl = "\n\nSTATIC const mp_rom_map_elem_t board_module_globals_table[] = {\n"
56+
decl = "\n\nstatic const mp_rom_map_elem_t board_module_globals_table[] = {\n"
5757
decl += "\tCIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS\n"
5858
for pin in pins.values():
5959
decl += "\t" + make_mcu_dict_entry(pin) + "\n"

0 commit comments

Comments
 (0)