File tree 3 files changed +3
-3
lines changed
targets/TARGET_Ambiq_Micro/TARGET_Apollo3/TARGET_LoRa_THING_PLUS_expLoRaBLE
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ typedef enum
46
46
D7 = 24 ,
47
47
D8 = 46 ,
48
48
D9 = 33 ,
49
- D10 = 48 ,
49
+ D10 = 4 ,
50
50
D11 = 28 ,
51
51
D12 = 25 , //SDA2
52
52
D13 = 27 , //SCL2
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_LED_BLUE =
91
91
//*****************************************************************************
92
92
const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_BUTTON0 =
93
93
{
94
- .uFuncSel = AM_HAL_PIN_48_GPIO ,
94
+ .uFuncSel = AM_HAL_PIN_4_GPIO ,
95
95
.ePullup = AM_HAL_GPIO_PIN_PULLUP_1_5K ,
96
96
.eDriveStrength = AM_HAL_GPIO_PIN_DRIVESTRENGTH_2MA ,
97
97
.eGPInput = AM_HAL_GPIO_PIN_INPUT_ENABLE
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ extern const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_LED_BLUE;
77
77
// BUTTON0 pin: Labeled 10 on the LoRa Thing Plus.
78
78
//
79
79
//*****************************************************************************
80
- #define AM_BSP_GPIO_BUTTON0 48
80
+ #define AM_BSP_GPIO_BUTTON0 4
81
81
extern const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_BUTTON0 ;
82
82
83
83
//*****************************************************************************
You can’t perform that action at this time.
0 commit comments