From 2ecaf33bb690aec30f1b9c54cdfac7cbc4fb3bf8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 5 May 2017 06:48:53 -0600 Subject: [PATCH] nucleo-144: Default for choice in Kconfig was not one of the possible choices. --- configs/nucleo-144/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nucleo-144/Kconfig b/configs/nucleo-144/Kconfig index 96427a9a5e..a6ac8ffbed 100644 --- a/configs/nucleo-144/Kconfig +++ b/configs/nucleo-144/Kconfig @@ -7,7 +7,7 @@ if ARCH_BOARD_NUCLEO_144 choice prompt "Select Console wiring." - default NUCLEO_ARDUINO + default NUCLEO_CONSOLE_ARDUINO ---help--- Select where you will connect the console.