summaryrefslogtreecommitdiff
path: root/apps/examples/nxhello/nxhello_main.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-21 00:01:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-21 00:01:15 +0000
commit6407cb367e2856b7c8fb427cd420a6d58a179ce9 (patch)
treeec888e0787e5fcdfc73c7a97b75748d44bdd7646 /apps/examples/nxhello/nxhello_main.c
parent610a6c9a4d50657d5f04d3247a229795e599be3b (diff)
downloadpx4-nuttx-6407cb367e2856b7c8fb427cd420a6d58a179ce9.tar.gz
px4-nuttx-6407cb367e2856b7c8fb427cd420a6d58a179ce9.tar.bz2
px4-nuttx-6407cb367e2856b7c8fb427cd420a6d58a179ce9.zip
Add a NuttX logo image example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3804 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nxhello/nxhello_main.c')
-rw-r--r--apps/examples/nxhello/nxhello_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxhello/nxhello_main.c b/apps/examples/nxhello/nxhello_main.c
index 98b16bb1d..4f6701aa5 100644
--- a/apps/examples/nxhello/nxhello_main.c
+++ b/apps/examples/nxhello/nxhello_main.c
@@ -274,7 +274,7 @@ int MAIN_NAME(int argc, char *argv[])
}
message(MAIN_NAME_STRING ": Screen resolution (%d,%d)\n", g_nxhello.xres, g_nxhello.yres);
- /* Now, say hello and exit, leeping a little before each. */
+ /* Now, say hello and exit, sleeping a little before each. */
sleep(1);
nxhello_hello(g_nxhello.hbkgd);