This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 1c28bf2ed1 fix typo: it is P4.0 and not P0.4 1c28bf2ed1 is described below commit 1c28bf2ed134ebd5e02e40720bd3a82edf13ce0b Author: ThomasNS <thomas.narayana-sw...@wandercraft.eu> AuthorDate: Mon Jan 22 10:14:42 2024 +0100 fix typo: it is P4.0 and not P0.4 --- arch/arm/src/xmc4/hardware/xmc4_pinmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/xmc4/hardware/xmc4_pinmux.h b/arch/arm/src/xmc4/hardware/xmc4_pinmux.h index 112b51d482..6d00ebd2a8 100644 --- a/arch/arm/src/xmc4/hardware/xmc4_pinmux.h +++ b/arch/arm/src/xmc4/hardware/xmc4_pinmux.h @@ -658,7 +658,7 @@ #define GPIO_U1C0_MCLKOUT (GPIO_OUTPUT_ALT2 | GPIO_PORT5 | GPIO_PIN10) #define GPIO_U1C0_SCLKOUT_1 (GPIO_OUTPUT_ALT2 | GPIO_PORT0 | GPIO_PIN11) #define GPIO_U1C0_SCLKOUT_2 (GPIO_OUTPUT_ALT2 | GPIO_PORT5 | GPIO_PIN8) -#define GPIO_U1C0_SCLKOUT_3 (GPIO_OUTPUT_ALT4 | GPIO_PORT0 | GPIO_PIN4) +#define GPIO_U1C0_SCLKOUT_3 (GPIO_OUTPUT_ALT4 | GPIO_PORT4 | GPIO_PIN0) #define GPIO_U1C0_SELO0_1 (GPIO_OUTPUT_ALT2 | GPIO_PORT0 | GPIO_PIN6) #define GPIO_U1C0_SELO0_2 (GPIO_OUTPUT_ALT2 | GPIO_PORT5 | GPIO_PIN9) #define GPIO_U1C0_SELO1_1 (GPIO_OUTPUT_ALT2 | GPIO_PORT0 | GPIO_PIN14)