File tree 1 file changed +2
-2
lines changed
variants/artemis_micromod/bsp
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_SDIO_DATA2 =
250
250
//*****************************************************************************
251
251
const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_SDIO_DATA3 =
252
252
{
253
- .uFuncSel = AM_HAL_PIN_23_MSPI3
253
+ .uFuncSel = AM_HAL_PIN_23_MSPI13
254
254
};
255
255
256
256
//*****************************************************************************
@@ -1211,7 +1211,7 @@ const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D2 =
1211
1211
//*****************************************************************************
1212
1212
const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D3 =
1213
1213
{
1214
- .uFuncSel = AM_HAL_PIN_23_MSPI3 ,
1214
+ .uFuncSel = AM_HAL_PIN_23_MSPI13 ,
1215
1215
.eDriveStrength = AM_HAL_GPIO_PIN_DRIVESTRENGTH_8MA ,
1216
1216
.eIntDir = AM_HAL_GPIO_PIN_INTDIR_LO2HI ,
1217
1217
.uIOMnum = 6
You can’t perform that action at this time.
0 commit comments