Skip to content

Commit

Permalink
Merge pull request #9249 from mirskytech/cpy_8272
Browse files Browse the repository at this point in the history
correction in pin assignment for Challenger RP2040 LTE
  • Loading branch information
dhalbert committed May 15, 2024
2 parents 0f05090 + 9cfcf9a commit 593d518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/raspberrypi/boards/challenger_rp2040_lte/pins.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
{ MP_ROM_QSTR(MP_QSTR_GP17), MP_ROM_PTR(&pin_GPIO17) },

// SPI
{ MP_ROM_QSTR(MP_QSTR_MISO), MP_ROM_PTR(&pin_GPIO20) },
{ MP_ROM_QSTR(MP_QSTR_SCK), MP_ROM_PTR(&pin_GPIO22) },
{ MP_ROM_QSTR(MP_QSTR_GP22), MP_ROM_PTR(&pin_GPIO22) },
{ MP_ROM_QSTR(MP_QSTR_MOSI), MP_ROM_PTR(&pin_GPIO23) },
{ MP_ROM_QSTR(MP_QSTR_GP23), MP_ROM_PTR(&pin_GPIO23) },
{ MP_ROM_QSTR(MP_QSTR_MISO), MP_ROM_PTR(&pin_GPIO24) },
{ MP_ROM_QSTR(MP_QSTR_GP24), MP_ROM_PTR(&pin_GPIO24) },

// Analog input / Generic IO
Expand Down

0 comments on commit 593d518

Please sign in to comment.