Skip to content

Commit 2ecb46f

Browse files
committed
Fix CI
1 parent 2a92cf8 commit 2ecb46f

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
@@ -53,7 +53,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
5353
{ MP_ROM_QSTR(MP_QSTR_TFT_DC), MP_ROM_PTR(&pin_PC06) },
5454
{ MP_ROM_QSTR(MP_QSTR_TFT_BACKLIGHT), MP_ROM_PTR(&pin_PC05) },
5555
{ MP_ROM_QSTR(MP_QSTR_TFT_RESET), MP_ROM_PTR(&pin_PC07) },
56-
56+
5757
// SD Card
5858
{ MP_OBJ_NEW_QSTR(MP_QSTR_SD_MISO), MP_ROM_PTR(&pin_PC18) },
5959
{ MP_OBJ_NEW_QSTR(MP_QSTR_SD_MOSI), MP_ROM_PTR(&pin_PC16) },

0 commit comments

Comments
 (0)