Skip to content

Commit 2b06841

Browse files
committed
Fix missing comma
Doh
1 parent 0437199 commit 2b06841

File tree

1 file changed

+1
-1
lines changed
  • ports/atmel-samd/boards/sparkfun_samd51_micromod

1 file changed

+1
-1
lines changed

ports/atmel-samd/boards/sparkfun_samd51_micromod/pins.c

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

33
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
44
// D (digital only) pins (D0,D1)
5-
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_PB04) }
5+
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_PB04) },
66
{ MP_ROM_QSTR(MP_QSTR_D1), MP_ROM_PTR(&pin_PB05) },
77

88
// A (ADC) pins (A0-A4)

0 commit comments

Comments
 (0)