summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/src
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-29 16:35:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-29 16:35:47 -0600
commitf7cb40b81068b7be34c10eb15dc2fa8e019832d7 (patch)
tree9ecff5a0d530e6bc910d496092ff65c417b9c0a3 /nuttx/configs/sama5d4-ek/src
parent3d0ca16a64e5062e5572f23b334962b193a541d4 (diff)
downloadpx4-nuttx-f7cb40b81068b7be34c10eb15dc2fa8e019832d7.tar.gz
px4-nuttx-f7cb40b81068b7be34c10eb15dc2fa8e019832d7.tar.bz2
px4-nuttx-f7cb40b81068b7be34c10eb15dc2fa8e019832d7.zip
Cosmetic updates to comments and README files and some naming
Diffstat (limited to 'nuttx/configs/sama5d4-ek/src')
-rw-r--r--nuttx/configs/sama5d4-ek/src/sam_nsh.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/configs/sama5d4-ek/src/sam_nsh.c b/nuttx/configs/sama5d4-ek/src/sam_nsh.c
index 45fda54ca..8a4a3efb8 100644
--- a/nuttx/configs/sama5d4-ek/src/sam_nsh.c
+++ b/nuttx/configs/sama5d4-ek/src/sam_nsh.c
@@ -86,8 +86,9 @@
int nsh_archinitialize(void)
{
-#if defined(HAVE_NAND) || defined(HAVE_AT25) || defined(HAVE_HSMCI) || \
- defined(HAVE_USBHOST) || defined(HAVE_USBMONITOR) || defined(HAVE_WM8904)
+#if defined(HAVE_NAND) || defined(HAVE_AT25) || defined(HAVE_HSMCI) || \
+ defined(HAVE_USBHOST) || defined(HAVE_USBMONITOR) || defined(HAVE_WM8904) || \
+ defined(HAVE_AUTOMOUNTER)
int ret;
#endif
@@ -136,7 +137,7 @@ int nsh_archinitialize(void)
#endif
#ifdef HAVE_AUTOMOUNTER
- /* Initialize the automounter */
+ /* Initialize the auto-mounter */
sam_automount_initialize();
#endif