Skip to content

Commit c398cba

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 36014c0 + c6bfe54 commit c398cba

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/boards/pimoroni_servo2040

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/pimoroni_servo2040/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
2323
{ MP_ROM_QSTR(MP_QSTR_SERVO_18), MP_ROM_PTR(&pin_GPIO17) },
2424
{ MP_ROM_QSTR(MP_QSTR_NUM_SERVOS), MP_ROM_INT(18) },
2525

26-
{ MP_ROM_QSTR(MP_QSTR_LED_DAT), MP_ROM_PTR(&pin_GPIO18) },
26+
{ MP_ROM_QSTR(MP_QSTR_LED_DATA), MP_ROM_PTR(&pin_GPIO18) },
2727
{ MP_ROM_QSTR(MP_QSTR_NUM_LEDS), MP_ROM_INT(6) },
2828

2929
{ MP_ROM_QSTR(MP_QSTR_INT), MP_ROM_PTR(&pin_GPIO19) },

0 commit comments

Comments
 (0)