diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:35:40 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:35:40 -0500 |
commit | 56c2fb769043157a4725849fdcad1c3b61132c95 (patch) | |
tree | 9d3bf274bd09755aee16cb708dd580a1dd4cad19 /instr-daemon.c | |
parent | 84febce7ae7e32320a108c427cb2625559ea1598 (diff) |
add outline for startup delay
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index a84dda8..fc96d73 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -252,11 +252,16 @@ int main(int argc, char **argv) g_free (message); } - + /* FIXME - start-up delay here */ /* start-up delay */ LCD_write(3,0,"Warming up, please wait... "); - int max_timer = (long) globals.Flash.turn_on_dly; - /* FIXME - start-up delay here */ + // delay by globals.Flash.turn_on_dly seconds + // while (not delayed enough) { + // message = g_strdup_printf ("%d", remaining seconds); + // LCD_write(3,27,message); + // g_free (message); + // sleep (?); + } LCD_write(3,27,"OK"); |