Skip to content

Commit 43bd2c4

Browse files
authored
Update pins.c
1 parent 597430e commit 43bd2c4

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/hexky_s2

1 file changed

+1
-1
lines changed

ports/espressif/boards/hexky_s2/pins.c

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

55
STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
66
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
7-
// ANALOG PINS
7+
// ANALOG PINS
88
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO1) },
99
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_GPIO3) },
1010
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO2) },

0 commit comments

Comments
 (0)