summaryrefslogtreecommitdiff
path: root/nuttx/configs/pjrc-8051
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-07 23:13:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-07 23:13:12 +0000
commit5462062fb673e26e07678b8c5087888eb405898e (patch)
tree53782348e54c1375c15d5e4debc78f6c222dc42f /nuttx/configs/pjrc-8051
parent5aeb65d929bd040544288fcf253f768cb4339b19 (diff)
downloadpx4-nuttx-5462062fb673e26e07678b8c5087888eb405898e.tar.gz
px4-nuttx-5462062fb673e26e07678b8c5087888eb405898e.tar.bz2
px4-nuttx-5462062fb673e26e07678b8c5087888eb405898e.zip
Adding support for the z16f
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@520 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/pjrc-8051')
-rwxr-xr-xnuttx/configs/pjrc-8051/setenv.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/pjrc-8051/setenv.sh b/nuttx/configs/pjrc-8051/setenv.sh
index 69614aefe..4f24d1385 100755
--- a/nuttx/configs/pjrc-8051/setenv.sh
+++ b/nuttx/configs/pjrc-8051/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-# setenv.sh
+# pjrc-8051/setenv.sh
#
-# Copyright (C) 2007 Gregory Nutt. All rights reserved.
+# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
-# 3. Neither the name Gregory Nutt nor the names of its contributors may be
+# 3. Neither the name NuttX nor the names of its contributors may be
# used to endorse or promote products derived from this software
# without specific prior written permission.
#
@@ -32,7 +32,7 @@
# POSSIBILITY OF SUCH DAMAGE.
#
-if [ "$(basename $0)" = "setenv" ] ; then
+if [ "$(basename $0)" = "setenv.sh" ] ; then
echo "You must source this script, not run it!" 1>&2
exit 1
fi