demo: wait for a keypress event instead of sleeping for a second in hello_world(...
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 22 Mar 2010 17:39:08 +0000 (17:39 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 22 Mar 2010 17:39:08 +0000 (17:39 +0000)
commit75fbf8837e509b76d1489d0be4c3471d718cc352
treeafbda3663bfdc0f007b50469fc95486c115763d7
parenteb43b8e3d3107c865cbb4c47b12e375ea29ea089
demo: wait for a keypress event instead of sleeping for a second in hello_world() test.

This allows to correctly process GUI events during the hello_world()
test in the emulated demo.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3261 38d2e660-2303-0410-9eaa-f027e97ec537
examples/demo/demo.c