Skip to content

Commit 992e97d

Browse files
committed
fix: pre-commit
1 parent 9ca0573 commit 992e97d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/waveshare_rp2040_lcd_1_28/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
1212

1313
{ MP_ROM_QSTR(MP_QSTR_IMU_SDA), MP_ROM_PTR(&pin_GPIO6) },
1414
{ MP_ROM_QSTR(MP_QSTR_GP6), MP_ROM_PTR(&pin_GPIO6) },
15-
15+
1616
{ MP_ROM_QSTR(MP_QSTR_IMU_SCL), MP_ROM_PTR(&pin_GPIO7) },
1717
{ MP_ROM_QSTR(MP_QSTR_GP7), MP_ROM_PTR(&pin_GPIO7) },
1818

0 commit comments

Comments
 (0)