aboutsummaryrefslogtreecommitdiffstats
path: root/processor.c
diff options
context:
space:
mode:
authorreinelt <>2001-02-13 09:00:13 +0000
committerreinelt <>2001-02-13 09:00:13 +0000
commit458c179d311e32210cd7ef19b62be5af32ce1dd3 (patch)
tree6d80d403c07b6b9ffdc81fad68b919522bfff220 /processor.c
parent0ae1c79ba49993e79360ba3d4bdc3059ad99159e (diff)
downloadlcd4linux-458c179d311e32210cd7ef19b62be5af32ce1dd3.tar.gz
[lcd4linux @ 2001-02-13 09:00:13 by reinelt]
prepared framework for GPO's (general purpose outputs)
Diffstat (limited to 'processor.c')
-rw-r--r--processor.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/processor.c b/processor.c
index 752c48f..18eb22e 100644
--- a/processor.c
+++ b/processor.c
@@ -1,4 +1,4 @@
-/* $Id: processor.c,v 1.9 2001/02/11 23:34:07 reinelt Exp $
+/* $Id: processor.c,v 1.10 2001/02/13 09:00:13 reinelt Exp $
*
* main data processing
*
@@ -20,12 +20,15 @@
*
*
* $Log: processor.c,v $
- * Revision 1.9 2001/02/11 23:34:07 reinelt
+ * Revision 1.10 2001/02/13 09:00:13 reinelt
+ *
+ * prepared framework for GPO's (general purpose outputs)
*
+ * Revision 1.9 2001/02/11 23:34:07 reinelt
*
- * fixed a small bug where the throughput of an offline ISDN connection is displayed as '----', but the
- * online value is 5 chars long. corrected to ' ----'.
- * thanks to Carsten Nau <info@cnau.de>
+ * fixed a small bug where the throughput of an offline ISDN connection
+ * is displayed as '----', but the online value is 5 chars long.
+ * corrected to ' ----'. Thanks to Carsten Nau <info@cnau.de>
*
* Revision 1.8 2000/08/10 09:44:09 reinelt
*