aboutsummaryrefslogtreecommitdiffstats
path: root/HD44780.c
diff options
context:
space:
mode:
Diffstat (limited to 'HD44780.c')
-rw-r--r--HD44780.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/HD44780.c b/HD44780.c
index f4a0850..5995aeb 100644
--- a/HD44780.c
+++ b/HD44780.c
@@ -1,4 +1,4 @@
-/* $Id: HD44780.c,v 1.49 2004/01/09 04:16:06 reinelt Exp $
+/* $Id: HD44780.c,v 1.50 2004/01/30 20:57:55 reinelt Exp $
*
* driver for display modules based on the HD44780 chip
*
@@ -28,6 +28,10 @@
*
*
* $Log: HD44780.c,v $
+ * Revision 1.50 2004/01/30 20:57:55 reinelt
+ * HD44780 patch from Martin Hejl
+ * dmalloc integrated
+ *
* Revision 1.49 2004/01/09 04:16:06 reinelt
* added 'section' argument to cfg_get(), but NULLed it on all calls by now.
*
@@ -239,6 +243,10 @@
#include "parport.h"
#include "udelay.h"
+#ifdef WITH_DMALLOC
+#include <dmalloc.h>
+#endif
+
#define XRES 5
#define YRES 8
#define CHARS 8