From e382a97273525dcf5f5e6a04d05ebd2ee042f263 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 31 Jul 2017 13:19:50 -1000 Subject: [PATCH] px4fmu-v1 nsh: Upstream NuttX defconfig changes was:CONFIG_STM32_STM32F40XX is:CONFIG_STM32_STM32F4XXX --- nuttx-configs/tap-v1/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/tap-v1/nsh/defconfig b/nuttx-configs/tap-v1/nsh/defconfig index 08d298fc29..0ce37f8bc6 100644 --- a/nuttx-configs/tap-v1/nsh/defconfig +++ b/nuttx-configs/tap-v1/nsh/defconfig @@ -304,7 +304,7 @@ CONFIG_STM32_FLASH_CONFIG_DEFAULT=y # CONFIG_STM32_STM32F302 is not set # CONFIG_STM32_STM32F303 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=y