summaryrefslogtreecommitdiff
path: root/nuttx/examples/null
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-21 16:58:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-21 16:58:58 +0000
commitae15cd5e53907a95e42586d1a96a24b71299349d (patch)
tree187cdab659238c72bca505dd07fec653cf640623 /nuttx/examples/null
parent77c1a6ae19c1cbe5e2b7f1de0d73809885f11ed7 (diff)
downloadpx4-nuttx-ae15cd5e53907a95e42586d1a96a24b71299349d.tar.gz
px4-nuttx-ae15cd5e53907a95e42586d1a96a24b71299349d.tar.bz2
px4-nuttx-ae15cd5e53907a95e42586d1a96a24b71299349d.zip
Flesh out examples/nxflat build environment
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1921 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/null')
-rw-r--r--nuttx/examples/null/null_main.c40
1 files changed, 20 insertions, 20 deletions
diff --git a/nuttx/examples/null/null_main.c b/nuttx/examples/null/null_main.c
index 5b3c8c16b..fa0a1473d 100644
--- a/nuttx/examples/null/null_main.c
+++ b/nuttx/examples/null/null_main.c
@@ -1,7 +1,7 @@
-/************************************************************
- * null_main.c
+/****************************************************************************
+ * examples/null/null_main.c
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -31,43 +31,43 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- ************************************************************/
+ ****************************************************************************/
-/************************************************************
+/****************************************************************************
* Included Files
- ************************************************************/
+ ****************************************************************************/
-/************************************************************
+/****************************************************************************
* Definitions
- ************************************************************/
+ ****************************************************************************/
-/************************************************************
+/****************************************************************************
* Private Types
- ************************************************************/
+ ****************************************************************************/
-/************************************************************
+/****************************************************************************
* Private Data
- ************************************************************/
+ ****************************************************************************/
-/************************************************************
+/****************************************************************************
* Private Functions
- ************************************************************/
+ ****************************************************************************/
-/************************************************************
+/****************************************************************************
* Public Functions
- ************************************************************/
+ ****************************************************************************/
-/************************************************************
+/****************************************************************************
* Name: user_initialize
- ************************************************************/
+ ****************************************************************************/
void user_initialize(void)
{
}
-/************************************************************
+/****************************************************************************
* Name: user_start
- ************************************************************/
+ ****************************************************************************/
int user_start(int argc, char *argv[])
{