diff options
Diffstat (limited to '')
-rw-r--r-- | drv_LCDTerm.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/drv_LCDTerm.c b/drv_LCDTerm.c index 3f524d4..51c7ff1 100644 --- a/drv_LCDTerm.c +++ b/drv_LCDTerm.c @@ -1,4 +1,4 @@ -/* $Id: drv_LCDTerm.c,v 1.2 2005/01/18 06:30:23 reinelt Exp $ +/* $Id: drv_LCDTerm.c,v 1.3 2005/01/22 22:57:57 reinelt Exp $ * * driver for the LCDTerm serial-to-HD44780 adapter boards * http://www.bobblick.com/techref/projects/lcdterm/lcdterm.html @@ -24,6 +24,9 @@ * * * $Log: drv_LCDTerm.c,v $ + * Revision 1.3 2005/01/22 22:57:57 reinelt + * LCD-Linux driver added + * * Revision 1.2 2005/01/18 06:30:23 reinelt * added (C) to all copyright statements * @@ -43,14 +46,7 @@ #include "config.h" #include <stdlib.h> -#include <stdio.h> -#include <string.h> -#include <errno.h> #include <unistd.h> -#include <termios.h> -#include <fcntl.h> -#include <sys/ioctl.h> -#include <sys/time.h> #include "debug.h" #include "cfg.h" |