You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/09/16 20:17:01 UTC

[incubator-nuttx] branch master updated: Kconfig: Fix syntax error in giant-board

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new a7585b7  Kconfig: Fix syntax error in giant-board
a7585b7 is described below

commit a7585b74b295c2180cf7d229ae40116c092ed5f4
Author: Brennan Ashton <ba...@brennanashton.com>
AuthorDate: Wed Sep 16 13:09:51 2020 -0700

    Kconfig: Fix syntax error in giant-board
    
    Signed-off-by: Brennan Ashton <ba...@brennanashton.com>
---
 boards/arm/sama5/giant-board/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/boards/arm/sama5/giant-board/Kconfig b/boards/arm/sama5/giant-board/Kconfig
index ccc8430..c11596e 100644
--- a/boards/arm/sama5/giant-board/Kconfig
+++ b/boards/arm/sama5/giant-board/Kconfig
@@ -106,7 +106,8 @@ config SAMA5D27_SDMMC1_MOUNT_MOUNTPOINT
 	depends on SAMA5_SDMMC1
 
 config SAMA5D27_SDMMC1_MOUNT_FSTYPE
-	string "SDMMC1 file system type" default "vfat"
+	string "SDMMC1 file system type"
+	default "vfat"
 	depends on SAMA5_SDMMC1
 
 config MMCSD_HAVE_CARDDETECT