summaryrefslogtreecommitdiff
path: root/apps/examples/discover
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/discover
parent5e4e1d2bd897b939ad4b6a7923febc467acfafdd (diff)
downloadpx4-nuttx-236f0c0aa20e817bed9d3625ef3ebb14c44d6fae.tar.gz
px4-nuttx-236f0c0aa20e817bed9d3625ef3ebb14c44d6fae.tar.bz2
px4-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/discover')
-rw-r--r--apps/examples/discover/Makefile2
-rw-r--r--apps/examples/discover/discover_main.c (renamed from apps/examples/discover/main.c)2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/discover/Makefile b/apps/examples/discover/Makefile
index f42f310a1..3bb6b939e 100644
--- a/apps/examples/discover/Makefile
+++ b/apps/examples/discover/Makefile
@@ -47,7 +47,7 @@ PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 2048
ASRCS =
-CSRCS = main.c
+CSRCS = discover_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
diff --git a/apps/examples/discover/main.c b/apps/examples/discover/discover_main.c
index d076deb11..c3acb56df 100644
--- a/apps/examples/discover/main.c
+++ b/apps/examples/discover/discover_main.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * examples/discover/main.c
+ * examples/discover/discover_main.c
*
* Copyright (C) 2012 Max Holtzberg. All rights reserved.
* Copyright (C) 2008, 2011-2012 Gregory Nutt. All rights reserved.