From 7265523f409d14bcbca5394db1ebc126116df0be Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 31 Jul 2017 13:19:23 -1000 Subject: [PATCH] aerocore nsh: Upstream NuttX defconfig changes was:CONFIG_STM32_STM32F40XX is:CONFIG_STM32_STM32F4XXX --- nuttx-configs/aerocore/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/aerocore/nsh/defconfig b/nuttx-configs/aerocore/nsh/defconfig index 0204cff264..dd692ae750 100644 --- a/nuttx-configs/aerocore/nsh/defconfig +++ b/nuttx-configs/aerocore/nsh/defconfig @@ -252,7 +252,7 @@ CONFIG_ARCH_CHIP_STM32F427V=y # CONFIG_STM32_STM32F207 is not set # CONFIG_STM32_STM32F30XX is not set # CONFIG_STM32_STM32F37XX is not set -CONFIG_STM32_STM32F40XX=y +CONFIG_STM32_STM32F4XXX=y # CONFIG_STM32_STM32F401 is not set # CONFIG_STM32_STM32F411 is not set # CONFIG_STM32_STM32F405 is not set