You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ar...@apache.org on 2024/03/26 09:53:52 UTC

(nuttx) 02/02: fix build error

This is an automated email from the ASF dual-hosted git repository.

archer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 4185539fa5ef7da9080b08d1c3da8bf5af70c35d
Author: GC2020 <bu...@gmail.com>
AuthorDate: Tue Mar 26 14:59:41 2024 +0800

    fix build error
---
 boards/arm/stm32h7/linum-stm32h753bi/configs/socketcan/defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/boards/arm/stm32h7/linum-stm32h753bi/configs/socketcan/defconfig b/boards/arm/stm32h7/linum-stm32h753bi/configs/socketcan/defconfig
index 2f59cb2b3a..9d1f5f4b4c 100644
--- a/boards/arm/stm32h7/linum-stm32h753bi/configs/socketcan/defconfig
+++ b/boards/arm/stm32h7/linum-stm32h753bi/configs/socketcan/defconfig
@@ -65,8 +65,8 @@ CONFIG_START_MONTH=12
 CONFIG_START_YEAR=2011
 CONFIG_STM32H7_FDCAN1=y
 CONFIG_STM32H7_FDCAN2=y
-CONFIG_STM32H7_USART3=y
+CONFIG_STM32H7_USART1=y
 CONFIG_SYSLOG_TIMESTAMP=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_TASK_NAME_SIZE=0
-CONFIG_USART3_SERIAL_CONSOLE=y
+CONFIG_USART1_SERIAL_CONSOLE=y