summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 4c643c4130..6e49b51809 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -561,7 +561,7 @@ int main(void)
561 app_main(); 561 app_main();
562 562
563 while(1) { 563 while(1) {
564#if CONFIG_LED == LED_REAL 564#if defined(CONFIG_LED) && (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