summaryrefslogtreecommitdiffstats
path: root/nuttx/examples/null/null_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/null/null_main.c')
-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 5b3c8c16b8..fa0a1473d8 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[])
{