Skip to content

Commit dc68654

Browse files
authored
Update pins.c
Minor whitespace change.
1 parent e9eeaf2 commit dc68654

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/bwshockley_figpi/pins.c

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

3838
{ MP_ROM_QSTR(MP_QSTR_MOSI), MP_ROM_PTR(&pin_GPIO7) },
3939
{ MP_ROM_QSTR(MP_QSTR_D10), MP_ROM_PTR(&pin_GPIO7) },
40-
40+
4141
{ MP_ROM_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_GPIO23) },
4242
{ MP_ROM_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_GPIO22) },
4343
{ MP_ROM_QSTR(MP_QSTR_D14), MP_ROM_PTR(&pin_GPIO5) },

0 commit comments

Comments
 (0)