summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@gmail.com>2013-12-03 18:54:42 -0300
committerClaudio Takahasi <claudio.takahasi@gmail.com>2013-12-23 11:36:25 -0300
commitb13593e244243acf27c72b40cfeee325e98f3ce8 (patch)
tree14cb649d3e0bed71a8ab65cec232b808c789570c
parent0506c86e58a6d5b606ab5b24a87e65d13884fd05 (diff)
examples: Remove platform subdir for Hello World
-rw-r--r--Makefile.nrf2
-rw-r--r--examples/helloworld/main.c (renamed from examples/platform/nrf51822/helloworld/main.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nrf b/Makefile.nrf
index df59203..8a8cb18 100644
--- a/Makefile.nrf
+++ b/Makefile.nrf
@@ -1,6 +1,6 @@
PLATFORM_SOURCE_FILES = $(SDK_DIR)/Nordic/nrf51822/Source/templates/system_nrf51.c
PLATFORM_ASM_FILES = $(SDK_DIR)/Nordic/nrf51822/Source/templates/gcc/gcc_startup_nrf51.s
-PROJECT_SOURCE_FILES = examples/platform/nrf51822/helloworld/main.c
+PROJECT_SOURCE_FILES = examples/helloworld/main.c
AM_CPPFLAGS += -I$(SDK_DIR)/Nordic/nrf51822/Include
AM_CPPFLAGS += -I$(SDK_DIR)/Nordic/nrf51822/Include/gcc
diff --git a/examples/platform/nrf51822/helloworld/main.c b/examples/helloworld/main.c
index 21db609..21db609 100644
--- a/examples/platform/nrf51822/helloworld/main.c
+++ b/examples/helloworld/main.c