From bb2fb68954857b86860db18dff6af51220b87b17 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Mon, 30 Jan 2006 06:25:54 +0000 Subject: [lcd4linux @ 2006-01-30 06:25:48 by reinelt] added CVS Revision --- drv_MilfordInstruments.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'drv_MilfordInstruments.c') diff --git a/drv_MilfordInstruments.c b/drv_MilfordInstruments.c index c18def3..ca056ec 100644 --- a/drv_MilfordInstruments.c +++ b/drv_MilfordInstruments.c @@ -1,4 +1,4 @@ -/* $Id: drv_MilfordInstruments.c,v 1.14 2005/05/08 04:32:44 reinelt Exp $ +/* $Id: drv_MilfordInstruments.c,v 1.15 2006/01/30 06:25:53 reinelt Exp $ * * driver for Milford Instruments 'BPK' piggy-back serial interface board * for standard Hitachi 44780 compatible lcd modules. @@ -27,6 +27,9 @@ * * * $Log: drv_MilfordInstruments.c,v $ + * Revision 1.15 2006/01/30 06:25:53 reinelt + * added CVS Revision + * * Revision 1.14 2005/05/08 04:32:44 reinelt * CodingStyle added and applied * @@ -252,6 +255,8 @@ int drv_MI_init(const char *section, const int quiet) WIDGET_CLASS wc; int ret; + info("%s: %s", Name, "$Revision: 1.15 $"); + /* display preferences */ XRES = 5; /* pixel width of one char */ YRES = 8; /* pixel height of one char */ -- cgit v1.2.3