From 7c2c8de3ae51d4d66bb57929785a4bad6dee6418 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 5 Sep 2020 06:29:59 +0000 Subject: [PATCH] Fixed wrong names. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13835 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- .../conf/mcuconf_stm32g4x1xx/mcuconf.h.ftl | 10 +++++----- .../conf/mcuconf_stm32g4x4xx/mcuconf.h.ftl | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tools/ftl/processors/conf/mcuconf_stm32g4x1xx/mcuconf.h.ftl b/tools/ftl/processors/conf/mcuconf_stm32g4x1xx/mcuconf.h.ftl index b3cb16a40..f13345a4f 100644 --- a/tools/ftl/processors/conf/mcuconf_stm32g4x1xx/mcuconf.h.ftl +++ b/tools/ftl/processors/conf/mcuconf_stm32g4x1xx/mcuconf.h.ftl @@ -253,11 +253,11 @@ /* * SIO driver system settings. */ -#define STM32_SIO_USE_USART1 ${doc.STM32_SERIAL_USE_USART1!"FALSE"} -#define STM32_SIO_USE_USART2 ${doc.STM32_SERIAL_USE_USART1!"FALSE"} -#define STM32_SIO_USE_USART3 ${doc.STM32_SERIAL_USE_USART1!"FALSE"} -#define STM32_SIO_USE_UART4 ${doc.STM32_SERIAL_USE_USART1!"FALSE"} -#define STM32_SIO_USE_LPUART1 ${doc.STM32_SERIAL_USE_USART1!"FALSE"} +#define STM32_SIO_USE_USART1 ${doc.STM32_SIO_USE_USART1!"FALSE"} +#define STM32_SIO_USE_USART2 ${doc.STM32_SIO_USE_USART2!"FALSE"} +#define STM32_SIO_USE_USART3 ${doc.STM32_SIO_USE_USART3!"FALSE"} +#define STM32_SIO_USE_UART4 ${doc.STM32_SIO_USE_UART4!"FALSE"} +#define STM32_SIO_USE_LPUART1 ${doc.STM32_SIO_USE_LPUART1!"FALSE"} /* * SPI driver system settings. diff --git a/tools/ftl/processors/conf/mcuconf_stm32g4x4xx/mcuconf.h.ftl b/tools/ftl/processors/conf/mcuconf_stm32g4x4xx/mcuconf.h.ftl index 51d5d3e70..6b92b56fa 100644 --- a/tools/ftl/processors/conf/mcuconf_stm32g4x4xx/mcuconf.h.ftl +++ b/tools/ftl/processors/conf/mcuconf_stm32g4x4xx/mcuconf.h.ftl @@ -303,12 +303,12 @@ /* * SIO driver system settings. */ -#define STM32_SIO_USE_USART1 ${doc.STM32_SERIAL_USE_USART1!"FALSE"} -#define STM32_SIO_USE_USART2 ${doc.STM32_SERIAL_USE_USART1!"FALSE"} -#define STM32_SIO_USE_USART3 ${doc.STM32_SERIAL_USE_USART1!"FALSE"} -#define STM32_SIO_USE_UART4 ${doc.STM32_SERIAL_USE_USART1!"FALSE"} -#define STM32_SIO_USE_UART5 ${doc.STM32_SERIAL_USE_USART1!"FALSE"} -#define STM32_SIO_USE_LPUART1 ${doc.STM32_SERIAL_USE_USART1!"FALSE"} +#define STM32_SIO_USE_USART1 ${doc.STM32_SIO_USE_USART1!"FALSE"} +#define STM32_SIO_USE_USART2 ${doc.STM32_SIO_USE_USART2!"FALSE"} +#define STM32_SIO_USE_USART3 ${doc.STM32_SIO_USE_USART3!"FALSE"} +#define STM32_SIO_USE_UART4 ${doc.STM32_SIO_USE_UART4!"FALSE"} +#define STM32_SIO_USE_UART5 ${doc.STM32_SIO_USE_UART5!"FALSE"} +#define STM32_SIO_USE_LPUART1 ${doc.STM32_SIO_USE_LPUART1!"FALSE"} /* * SPI driver system settings.