Skip to content

Commit 14231bc

Browse files
author
oclyke
committed
fix mspi13 typo
1 parent 1dc1caf commit 14231bc

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

targets/TARGET_Ambiq_Micro/TARGET_Apollo3/TARGET_SFE_ARTEMIS/bsp/am_bsp_pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D2 =
681681
//*****************************************************************************
682682
const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D3 =
683683
{
684-
.uFuncSel = AM_HAL_PIN_23_MSPI13,
684+
.uFuncSel = AM_HAL_PIN_23_MSPI3,
685685
.eDriveStrength = AM_HAL_GPIO_PIN_DRIVESTRENGTH_8MA,
686686
.eIntDir = AM_HAL_GPIO_PIN_INTDIR_LO2HI,
687687
.uIOMnum = 6

targets/TARGET_Ambiq_Micro/TARGET_Apollo3/TARGET_SFE_ARTEMIS_ATP/bsp/am_bsp_pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D2 =
681681
//*****************************************************************************
682682
const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D3 =
683683
{
684-
.uFuncSel = AM_HAL_PIN_23_MSPI13,
684+
.uFuncSel = AM_HAL_PIN_23_MSPI3,
685685
.eDriveStrength = AM_HAL_GPIO_PIN_DRIVESTRENGTH_8MA,
686686
.eIntDir = AM_HAL_GPIO_PIN_INTDIR_LO2HI,
687687
.uIOMnum = 6

targets/TARGET_Ambiq_Micro/TARGET_Apollo3/TARGET_SFE_ARTEMIS_DK/bsp/am_bsp_pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D2 =
837837
//*****************************************************************************
838838
const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D3 =
839839
{
840-
.uFuncSel = AM_HAL_PIN_23_MSPI13,
840+
.uFuncSel = AM_HAL_PIN_23_MSPI3,
841841
.eDriveStrength = AM_HAL_GPIO_PIN_DRIVESTRENGTH_8MA,
842842
.eIntDir = AM_HAL_GPIO_PIN_INTDIR_LO2HI,
843843
.uIOMnum = 6

targets/TARGET_Ambiq_Micro/TARGET_Apollo3/TARGET_SFE_ARTEMIS_NANO/bsp/am_bsp_pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D2 =
681681
//*****************************************************************************
682682
const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D3 =
683683
{
684-
.uFuncSel = AM_HAL_PIN_23_MSPI13,
684+
.uFuncSel = AM_HAL_PIN_23_MSPI3,
685685
.eDriveStrength = AM_HAL_GPIO_PIN_DRIVESTRENGTH_8MA,
686686
.eIntDir = AM_HAL_GPIO_PIN_INTDIR_LO2HI,
687687
.uIOMnum = 6

targets/TARGET_Ambiq_Micro/TARGET_Apollo3/TARGET_SFE_ARTEMIS_THING_PLUS/bsp/am_bsp_pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D2 =
694694
//*****************************************************************************
695695
const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D3 =
696696
{
697-
.uFuncSel = AM_HAL_PIN_23_MSPI13,
697+
.uFuncSel = AM_HAL_PIN_23_MSPI3,
698698
.eDriveStrength = AM_HAL_GPIO_PIN_DRIVESTRENGTH_8MA,
699699
.eIntDir = AM_HAL_GPIO_PIN_INTDIR_LO2HI,
700700
.uIOMnum = 6

targets/TARGET_Ambiq_Micro/TARGET_Apollo3/TARGET_SFE_EDGE/bsp/am_bsp_pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D2 =
893893
//*****************************************************************************
894894
const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D3 =
895895
{
896-
.uFuncSel = AM_HAL_PIN_23_MSPI13,
896+
.uFuncSel = AM_HAL_PIN_23_MSPI3,
897897
.eDriveStrength = AM_HAL_GPIO_PIN_DRIVESTRENGTH_8MA,
898898
.eIntDir = AM_HAL_GPIO_PIN_INTDIR_LO2HI,
899899
.uIOMnum = 6

targets/TARGET_Ambiq_Micro/TARGET_Apollo3/TARGET_SFE_EDGE2/bsp/am_bsp_pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D2 =
881881
//*****************************************************************************
882882
const am_hal_gpio_pincfg_t g_AM_BSP_GPIO_MSPI_D3 =
883883
{
884-
.uFuncSel = AM_HAL_PIN_23_MSPI13,
884+
.uFuncSel = AM_HAL_PIN_23_MSPI3,
885885
.eDriveStrength = AM_HAL_GPIO_PIN_DRIVESTRENGTH_8MA,
886886
.eIntDir = AM_HAL_GPIO_PIN_INTDIR_LO2HI,
887887
.uIOMnum = 6

0 commit comments

Comments
 (0)