Skip to content

Commit

Permalink
Merge pull request micropython#3556 from bd34n/board_bdmicro_vina_d51…
Browse files Browse the repository at this point in the history
…_qstr_fix

boards/bdmicro_vina_d51/pins.c: Fix illegal QSTR name (hyphen).
  • Loading branch information
ladyada authored Oct 14, 2020
2 parents e9c04bc + 852a91e commit 579e508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/atmel-samd/boards/bdmicro_vina_d51/pins.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_PB03) },
{ MP_ROM_QSTR(MP_QSTR_I2C_SDA), MP_ROM_PTR(&pin_PB02) },
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_PB02) },
{ MP_ROM_QSTR(MP_QSTR_I2S_FS-0), MP_ROM_PTR(&pin_PA20) },
{ MP_ROM_QSTR(MP_QSTR_I2S_FS_0), MP_ROM_PTR(&pin_PA20) },
{ MP_ROM_QSTR(MP_QSTR_I2S_FS_1), MP_ROM_PTR(&pin_PA23) },
{ MP_ROM_QSTR(MP_QSTR_I2S_MCK_0), MP_ROM_PTR(&pin_PB17) },
{ MP_ROM_QSTR(MP_QSTR_I2S_MCK_1), MP_ROM_PTR(&pin_PB13) },
Expand Down

0 comments on commit 579e508

Please sign in to comment.