diff options
author | reinelt <> | 2003-04-04 06:02:04 +0000 |
---|---|---|
committer | reinelt <> | 2003-04-04 06:02:04 +0000 |
commit | 43f6cfacf15926a6538fc8c8a7e46430851aaa67 (patch) | |
tree | deb1bbf2bbb8fb7a9d610520b2d1453c91d0da20 /USBLCD.c | |
parent | 898186678d7b2680f915cd1c3cca57bd27333f72 (diff) | |
download | lcd4linux-43f6cfacf15926a6538fc8c8a7e46430851aaa67.tar.gz |
[lcd4linux @ 2003-04-04 06:01:59 by reinelt]
new parallel port abstraction scheme
Diffstat (limited to 'USBLCD.c')
-rw-r--r-- | USBLCD.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: USBLCD.c,v 1.8 2003/02/22 07:53:10 reinelt Exp $ +/* $Id: USBLCD.c,v 1.9 2003/04/04 06:01:59 reinelt Exp $ * * Driver for USBLCD ( see http://www.usblcd.de ) * This Driver is based on HD44780.c @@ -22,6 +22,9 @@ * * * $Log: USBLCD.c,v $ + * Revision 1.9 2003/04/04 06:01:59 reinelt + * new parallel port abstraction scheme + * * Revision 1.8 2003/02/22 07:53:10 reinelt * cfg_get(key,defval) * @@ -79,7 +82,6 @@ #include "cfg.h" #include "display.h" #include "bar.h" -#include "udelay.h" #define GET_HARD_VERSION 1 #define GET_DRV_VERSION 2 |