Skip to content

Commit e23b272

Browse files
committed
Added missing LDO control pin (SARA_PWR)
1 parent fb6ab72 commit e23b272

File tree

1 file changed

+2
-0
lines changed
  • ports/raspberrypi/boards/challenger_rp2040_lte

1 file changed

+2
-0
lines changed

ports/raspberrypi/boards/challenger_rp2040_lte/pins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
2424
{ MP_ROM_QSTR(MP_QSTR_GP6), MP_ROM_PTR(&pin_GPIO6) },
2525
{ MP_ROM_QSTR(MP_QSTR_SARA_RTS), MP_ROM_PTR(&pin_GPIO7) },
2626
{ MP_ROM_QSTR(MP_QSTR_GP7), MP_ROM_PTR(&pin_GPIO7) },
27+
{ MP_ROM_QSTR(MP_QSTR_SARA_PWR), MP_ROM_PTR(&pin_GPIO15) },
28+
{ MP_ROM_QSTR(MP_QSTR_GP15), MP_ROM_PTR(&pin_GPIO15) },
2729

2830
// GPIO
2931
{ MP_ROM_QSTR(MP_QSTR_D9), MP_ROM_PTR(&pin_GPIO12) },

0 commit comments

Comments
 (0)