Skip to content

Commit d053e36

Browse files
ohararpclaude
andcommitted
Fix pins.c: replace deprecated STATIC with static
The STATIC macro was removed in CircuitPython 10.x. Use plain `static` to fix the CI build error. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bbf7a72 commit d053e36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ports/espressif/boards/ohararp_esp32b

ports/espressif/boards/ohararp_esp32b/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include "shared-bindings/board/__init__.h"
66

7-
STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
7+
static const mp_rom_map_elem_t board_module_globals_table[] = {
88
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
99

1010
// Analog pins (accent Feather pinout)

0 commit comments

Comments
 (0)