aboutsummaryrefslogtreecommitdiff
path: root/apps/system
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 00:11:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 00:11:05 +0000
commite6656c077c35341384d5474f0d7b65067b7997ec (patch)
treeb91b5c223b2ff90f7dbf98145b6031c8e31c240f /apps/system
parent14b3f41aa6613f94616d7d6bcba5454c7f8caf8a (diff)
downloadpx4-firmware-e6656c077c35341384d5474f0d7b65067b7997ec.tar.gz
px4-firmware-e6656c077c35341384d5474f0d7b65067b7997ec.tar.bz2
px4-firmware-e6656c077c35341384d5474f0d7b65067b7997ec.zip
Delete the apps/vsn directory (moved commands to apps/system)
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5209 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/system')
-rw-r--r--apps/system/i2c/Makefile2
-rw-r--r--apps/system/ramtron/ramtron.c2
-rw-r--r--apps/system/readline/readline.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/system/i2c/Makefile b/apps/system/i2c/Makefile
index 845c149f6..00db91bb7 100644
--- a/apps/system/i2c/Makefile
+++ b/apps/system/i2c/Makefile
@@ -1,5 +1,5 @@
############################################################################
-# apps/system/i2c
+# apps/system/i2c/Makefile
#
# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/apps/system/ramtron/ramtron.c b/apps/system/ramtron/ramtron.c
index cd4012787..78773649c 100644
--- a/apps/system/ramtron/ramtron.c
+++ b/apps/system/ramtron/ramtron.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * ramtron/ramtron.c
+ * apps/system/ramtron/ramtron.c
*
* Copyright (C) 2011 Uros Platise. All rights reserved.
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
diff --git a/apps/system/readline/readline.c b/apps/system/readline/readline.c
index ec2dc1c0a..f64049ed7 100644
--- a/apps/system/readline/readline.c
+++ b/apps/system/readline/readline.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * lib/stdio/lib_fgets.c
+ * apps/system/readline/readline.c
*
* Copyright (C) 2007-2008, 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>