summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index 9a55be8eda..22eda84f03 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2002 by Björn Stenberg 10 * Copyright (C) 2002 by Bj�n Stenberg
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.
@@ -561,7 +561,7 @@ int main(void)
561 app_main(); 561 app_main();
562 562
563 while(1) { 563 while(1) {
564#if defined(CONFIG_LED) && (CONFIG_LED == LED_REAL) 564#if (CONFIG_LED == LED_REAL)
565 led(true); sleep(HZ/10); 565 led(true); sleep(HZ/10);
566 led(false); sleep(HZ/10); 566 led(false); sleep(HZ/10);
567#endif 567#endif