From ad7f6f3588e583c0597a2e0ef6ab1c474e2f7bc4 Mon Sep 17 00:00:00 2001 From: weety Date: Wed, 16 Jan 2019 14:56:42 +0800 Subject: [PATCH] [bsp][k210] Fixed Kconfig file Syntax error. --- bsp/k210/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/k210/Kconfig b/bsp/k210/Kconfig index ccb4adf6dc..3d1f1315f5 100644 --- a/bsp/k210/Kconfig +++ b/bsp/k210/Kconfig @@ -8,7 +8,7 @@ config $BSP_DIR config $RTT_DIR string option env="RTT_ROOT" - default: "../.." + default "../.." config $PKGS_DIR string -- GitLab