Skip to content

Commit 0135c5c

Browse files
authored
Merge pull request #4526 from t-ikegami/wio_pin_assign_fix
Fix SD_DET pin assignment of seeduino_wio_terminal.
2 parents 5425242 + be50732 commit 0135c5c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
6060
{ MP_OBJ_NEW_QSTR(MP_QSTR_SD_MOSI), MP_ROM_PTR(&pin_PC16) },
6161
{ MP_OBJ_NEW_QSTR(MP_QSTR_SD_SCK), MP_ROM_PTR(&pin_PC17) },
6262
{ MP_ROM_QSTR(MP_QSTR_SD_CS), MP_ROM_PTR(&pin_PC19) },
63-
{ MP_ROM_QSTR(MP_QSTR_SD_DET), MP_ROM_PTR(&pin_PC21) },
63+
{ MP_ROM_QSTR(MP_QSTR_SD_DET), MP_ROM_PTR(&pin_PD21) },
6464

6565
// Switch
6666
{ MP_OBJ_NEW_QSTR(MP_QSTR_SWITCH_UP), MP_ROM_PTR(&pin_PD20) },

0 commit comments

Comments
 (0)