apps: hello: simplify hello world example
authorEunBong Song <eunb.song@samsung.com>
Mon, 13 Mar 2017 02:40:47 +0000 (11:40 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Mon, 17 Apr 2017 09:58:43 +0000 (18:58 +0900)
commitc7985f10b68eedc70132d65ee4ee735bacbcb094
tree6b3ea22dae38cdce703b9bfb43d7968e2fe08e99
parent6fc9526470b2eda57edca6f1ed947292dcece39e
apps: hello: simplify hello world example

'hello world' is an example for showing minimum binary footprint. As
sleep() goes with signaling and scheduling functions which are a little
bit heavy, using it in this example increases the footprint and is
inappropriate.

Change-Id: I4140bd6393f89762182fc1f883fad86b112de154
Signed-off-by: EunBong Song <eunb.song@samsung.com>
apps/examples/hello/hello_main.c