Skip to content

Commit 003969e

Browse files
committed
update bsp file so it is compatible with am hal242 error
1 parent 1353b99 commit 003969e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: variants/artemis_micromod/bsp/am_bsp_pins.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_SDIO_DATA2 =
250250
//*****************************************************************************
251251
const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_SDIO_DATA3 =
252252
{
253-
.uFuncSel = AM_HAL_PIN_23_MSPI3
253+
.uFuncSel = AM_HAL_PIN_23_MSPI13
254254
};
255255

256256
//*****************************************************************************
@@ -1211,7 +1211,7 @@ const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D2 =
12111211
//*****************************************************************************
12121212
const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D3 =
12131213
{
1214-
.uFuncSel = AM_HAL_PIN_23_MSPI3,
1214+
.uFuncSel = AM_HAL_PIN_23_MSPI13,
12151215
.eDriveStrength = AM_HAL_GPIO_PIN_DRIVESTRENGTH_8MA,
12161216
.eIntDir = AM_HAL_GPIO_PIN_INTDIR_LO2HI,
12171217
.uIOMnum = 6

0 commit comments

Comments
 (0)