Skip to content

Commit 9cfcf9a

Browse files
committed
[#8272] ports/challenger_rp2040_lte: fixes incorrect pin assignment for MISO
Signed-off-by: Andrew Mirsky <[email protected]>
1 parent 0f05090 commit 9cfcf9a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/challenger_rp2040_lte/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
5656
{ MP_ROM_QSTR(MP_QSTR_GP17), MP_ROM_PTR(&pin_GPIO17) },
5757

5858
// SPI
59+
{ MP_ROM_QSTR(MP_QSTR_MISO), MP_ROM_PTR(&pin_GPIO20) },
5960
{ MP_ROM_QSTR(MP_QSTR_SCK), MP_ROM_PTR(&pin_GPIO22) },
6061
{ MP_ROM_QSTR(MP_QSTR_GP22), MP_ROM_PTR(&pin_GPIO22) },
6162
{ MP_ROM_QSTR(MP_QSTR_MOSI), MP_ROM_PTR(&pin_GPIO23) },
6263
{ MP_ROM_QSTR(MP_QSTR_GP23), MP_ROM_PTR(&pin_GPIO23) },
63-
{ MP_ROM_QSTR(MP_QSTR_MISO), MP_ROM_PTR(&pin_GPIO24) },
6464
{ MP_ROM_QSTR(MP_QSTR_GP24), MP_ROM_PTR(&pin_GPIO24) },
6565

6666
// Analog input / Generic IO

0 commit comments

Comments
 (0)