From 9995cf7420a59acfc3550f28a9e14fa8b08fffe5 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sat, 15 Apr 2000 11:13:54 +0000 Subject: [lcd4linux @ 2000-04-15 11:13:54 by reinelt] added '-d' (debugging) switch added several debugging messages removed config entry 'Delay' for HD44780 driver delay loop for HD44780 will be calibrated automatically --- cfg.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'cfg.c') diff --git a/cfg.c b/cfg.c index f44add3..b4f261f 100644 --- a/cfg.c +++ b/cfg.c @@ -1,4 +1,4 @@ -/* $Id: cfg.c,v 1.6 2000/04/03 04:46:38 reinelt Exp $ +/* $Id: cfg.c,v 1.7 2000/04/15 11:13:54 reinelt Exp $ * * config file stuff * @@ -20,6 +20,13 @@ * * * $Log: cfg.c,v $ + * Revision 1.7 2000/04/15 11:13:54 reinelt + * + * added '-d' (debugging) switch + * added several debugging messages + * removed config entry 'Delay' for HD44780 driver + * delay loop for HD44780 will be calibrated automatically + * * Revision 1.6 2000/04/03 04:46:38 reinelt * * added '-c key=val' option @@ -140,7 +147,7 @@ static char *dequote (char *string) static void cfg_add (char *key, char *val, int lock) { int i; - + for (i=0; ilock) return; -- cgit v1.2.3