Skip to content

Commit dea498a

Browse files
Added new line
1 parent 9fbeb0b commit dea498a

File tree

1 file changed

+1
-3
lines changed
  • ports/raspberrypi/boards/pimoroni_keybow2040

1 file changed

+1
-3
lines changed

ports/raspberrypi/boards/pimoroni_keybow2040/pins.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
77
{ MP_ROM_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_GPIO1) },
88
{ MP_ROM_QSTR(MP_QSTR_GP1), MP_ROM_PTR(&pin_GPIO1) },
99

10-
1110
{ MP_ROM_QSTR(MP_QSTR_INT), MP_ROM_PTR(&pin_GPIO3) },
1211
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO4) },
1312
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO5) },
1413

15-
1614
{ MP_ROM_QSTR(MP_QSTR_SW0), MP_ROM_PTR(&pin_GPIO21) },
1715
{ MP_ROM_QSTR(MP_QSTR_SW1), MP_ROM_PTR(&pin_GPIO20) },
1816
{ MP_ROM_QSTR(MP_QSTR_SW2), MP_ROM_PTR(&pin_GPIO19) },
@@ -35,4 +33,4 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
3533
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
3634
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
3735
};
38-
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);
36+
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)