aboutsummaryrefslogtreecommitdiffstats
path: root/drv_HD44780.c
diff options
context:
space:
mode:
authorlfcorreia <lfcorreia@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-05-31 21:28:42 +0000
committerlfcorreia <lfcorreia@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-05-31 21:28:42 +0000
commit22da6b09d50364140912e45ab099778f8c274b18 (patch)
treece22178ce34be7ccc7a0a86fc93db62222ce359c /drv_HD44780.c
parent0c731d7f8a353369c67a12970380bf5207cc21ff (diff)
downloadlcd4linux-22da6b09d50364140912e45ab099778f8c274b18.tar.gz
[lcd4linux @ 2005-05-31 21:28:42 by lfcorreia]
fix typo git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@559 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_HD44780.c')
-rw-r--r--drv_HD44780.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/drv_HD44780.c b/drv_HD44780.c
index 553020f..7f9990a 100644
--- a/drv_HD44780.c
+++ b/drv_HD44780.c
@@ -1,4 +1,4 @@
-/* $Id: drv_HD44780.c,v 1.51 2005/05/31 21:26:56 lfcorreia Exp $
+/* $Id: drv_HD44780.c,v 1.52 2005/05/31 21:28:42 lfcorreia Exp $
*
* new style driver for HD44780-based displays
*
@@ -32,16 +32,16 @@
*
*
* $Log: drv_HD44780.c,v $
- * Revision 1.51 2005/05/31 21:26:56 lfcorreia
- * fix my email address
- *
- * Revision 1.50 2005/05/31 20:42:55 lfcorreia
- * new file: lcd4linux_i2c.h
- * avoid the problems detecting the proper I2C kernel include files
- *
- * rearrange all the other autoconf stuff to remove I2C detection
- *
- * new method by Paul Kamphuis to write to the I2C device
+ * Revision 1.52 2005/05/31 21:28:42 lfcorreia
+ * fix typo
+ *
+ * Revision 1.50 2005/05/31 20:42:55 lfcorreia
+ * new file: lcd4linux_i2c.h
+ * avoid the problems detecting the proper I2C kernel include files
+ *
+ * rearrange all the other autoconf stuff to remove I2C detection
+ *
+ * new method by Paul Kamphuis to write to the I2C device
*
* Revision 1.49 2005/05/08 04:32:44 reinelt
* CodingStyle added and applied