From 2e0aea4d5beae921b86b259adddae549955db036 Mon Sep 17 00:00:00 2001 From: reinelt Date: Mon, 19 Aug 2002 07:52:19 +0000 Subject: [lcd4linux @ 2002-08-19 07:52:19 by reinelt] corrected type declaration of (*defchar)() git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@160 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- USBLCD.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'USBLCD.c') diff --git a/USBLCD.c b/USBLCD.c index 85c05db..2e1bf62 100644 --- a/USBLCD.c +++ b/USBLCD.c @@ -1,4 +1,4 @@ -/* $Id: USBLCD.c,v 1.5 2002/08/19 07:36:29 reinelt Exp $ +/* $Id: USBLCD.c,v 1.6 2002/08/19 07:52:19 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.6 2002/08/19 07:52:19 reinelt + * corrected type declaration of (*defchar)() + * * Revision 1.5 2002/08/19 07:36:29 reinelt * * finished bar.c, USBLCD is the first driver that uses the generic bar functions @@ -172,7 +175,7 @@ static int USBLCD_open (void) return 0; } -static void USBLCD_define_char (int ascii, char *buffer) +void USBLCD_define_char (int ascii, char *buffer) { USBLCD_command (0x40|8*ascii); USBLCD_write (buffer, 8); -- cgit v1.2.3