aboutsummaryrefslogtreecommitdiffstats
path: root/BeckmannEgle.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 /BeckmannEgle.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 'BeckmannEgle.c')
-rw-r--r--BeckmannEgle.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/BeckmannEgle.c b/BeckmannEgle.c
index d434092..bc6055e 100644
--- a/BeckmannEgle.c
+++ b/BeckmannEgle.c
@@ -1,4 +1,4 @@
-/* $Id: BeckmannEgle.c,v 1.4 2000/08/10 09:44:09 reinelt Exp $
+/* $Id: BeckmannEgle.c,v 1.5 2001/02/13 09:00:13 reinelt Exp $
*
* driver for Beckmann+Egle mini terminals
*
@@ -20,6 +20,10 @@
*
*
* $Log: BeckmannEgle.c,v $
+ * Revision 1.5 2001/02/13 09:00:13 reinelt
+ *
+ * prepared framework for GPO's (general purpose outputs)
+ *
* Revision 1.4 2000/08/10 09:44:09 reinelt
*
* new debugging scheme: error(), info(), debug()
@@ -542,6 +546,6 @@ int BE_quit (void)
}
LCD BeckmannEgle[] = {
- { "BLC100x", 0, 0, XRES, YRES, BARS, BE_init, BE_clear, BE_put, BE_bar, BE_flush, BE_quit },
+ { "BLC100x",0,0,XRES,YRES,BARS,0,BE_init,BE_clear,BE_put,BE_bar,NULL,BE_flush,BE_quit },
{ NULL }
};