Skip to content

Commit 46fc8a8

Browse files
committed
change order so SPEAKER is first
1 parent 53b7055 commit 46fc8a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ports/atmel-samd/boards/pyportal

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// out on connectors are labeled with their MCU name available from
99
// microcontroller.pin.
1010
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
11-
{ MP_OBJ_NEW_QSTR(MP_QSTR_AUDIO_OUT), MP_ROM_PTR(&pin_PA02) },
1211
{ MP_OBJ_NEW_QSTR(MP_QSTR_SPEAKER), MP_ROM_PTR(&pin_PA02) },
12+
{ MP_OBJ_NEW_QSTR(MP_QSTR_AUDIO_OUT), MP_ROM_PTR(&pin_PA02) },
1313
{ MP_OBJ_NEW_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA02) }, // analog out/in
1414
{ MP_OBJ_NEW_QSTR(MP_QSTR_SPEAKER_ENABLE), MP_ROM_PTR(&pin_PA27) },
1515

0 commit comments

Comments
 (0)