Skip to content

Commit 9810f0f

Browse files
committed
Correct the pin LED
1 parent 0cbbfad commit 9810f0f

File tree

1 file changed

+2
-2
lines changed
  • ports/nrf/boards/Seeed_XIAO_nRF52840_Sense

1 file changed

+2
-2
lines changed

ports/nrf/boards/Seeed_XIAO_nRF52840_Sense/pins.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
3333
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_P0_05) },
3434
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_P0_04) },
3535

36-
{ MP_ROM_QSTR(MP_QSTR_LED_USR), MP_ROM_PTR(&pin_P0_26) },
36+
{ MP_ROM_QSTR(MP_QSTR_GREEN_LED), MP_ROM_PTR(&pin_P0_30) },
3737
{ MP_ROM_QSTR(MP_QSTR_RED_LED), MP_ROM_PTR(&pin_P0_26) },
3838
{ MP_ROM_QSTR(MP_QSTR_BLUE_LED), MP_ROM_PTR(&pin_P0_06) },
39-
{ MP_ROM_QSTR(MP_QSTR_GREEN_LED), MP_ROM_PTR(&pin_P0_30) },
39+
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_P0_26) },
4040

4141
{ MP_ROM_QSTR(MP_QSTR_IMU_PWR), MP_ROM_PTR(&pin_P1_08) },
4242
{ MP_ROM_QSTR(MP_QSTR_IMU_SCL), MP_ROM_PTR(&pin_P0_27) },

0 commit comments

Comments
 (0)