diff options
| -rw-r--r-- | apps/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c index 9b0d019..1361b81 100644 --- a/apps/main.c +++ b/apps/main.c @@ -324,7 +324,7 @@ static void init(void) #if !defined(TOSHIBA_GIGABEAT_F) || defined(SIMULATOR) show_logo(); #else - sleep(1); //@@@ Weird. We crash w/o this tiny delay. + sleep(1); /* Weird. We crash w/o this tiny delay. */ #endif lang_init(); |