summaryrefslogtreecommitdiff
path: root/apps/examples/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 12:36:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-13 12:36:32 +0000
commit236f0c0aa20e817bed9d3625ef3ebb14c44d6fae (patch)
tree9fb9e8ab70477302040810b057745d4548156052 /apps/examples/ostest
parent5e4e1d2bd897b939ad4b6a7923febc467acfafdd (diff)
downloadnuttx-236f0c0aa20e817bed9d3625ef3ebb14c44d6fae.tar.gz
nuttx-236f0c0aa20e817bed9d3625ef3ebb14c44d6fae.tar.bz2
nuttx-236f0c0aa20e817bed9d3625ef3ebb14c44d6fae.zip
Rename all apps/examples/-/main.c to something unique
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5141 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/ostest')
-rw-r--r--apps/examples/ostest/Makefile2
-rw-r--r--apps/examples/ostest/ostest_main.c (renamed from apps/examples/ostest/main.c)2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/ostest/Makefile b/apps/examples/ostest/Makefile
index eab1db8b3..374964b39 100644
--- a/apps/examples/ostest/Makefile
+++ b/apps/examples/ostest/Makefile
@@ -46,7 +46,7 @@ STACKSIZE = 2048
# NuttX OS Test
ASRCS =
-CSRCS = main.c dev_null.c
+CSRCS = ostest_main.c dev_null.c
ifeq ($(CONFIG_ARCH_FPU),y)
CSRCS += fpu.c
diff --git a/apps/examples/ostest/main.c b/apps/examples/ostest/ostest_main.c
index 61a2af19a..46726d515 100644
--- a/apps/examples/ostest/main.c
+++ b/apps/examples/ostest/ostest_main.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * apps/examples/ostest/main.c
+ * apps/examples/ostest/ostest_main.c
*
* Copyright (C) 2007-2009, 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>