mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2006-08-16 14:18:14 by reinelt]
T6963 enhancements: soft timing, DualScan, Cell size git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@697 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: plugin_kvv.c,v 1.4 2006/08/15 17:28:27 harbaum Exp $
|
||||
/* $Id: plugin_kvv.c,v 1.5 2006/08/16 14:18:14 reinelt Exp $
|
||||
*
|
||||
* plugin kvv (karlsruher verkehrsverbund)
|
||||
*
|
||||
@@ -23,6 +23,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: plugin_kvv.c,v $
|
||||
* Revision 1.5 2006/08/16 14:18:14 reinelt
|
||||
* T6963 enhancements: soft timing, DualScan, Cell size
|
||||
*
|
||||
* Revision 1.4 2006/08/15 17:28:27 harbaum
|
||||
* Cleaned up thread and error handling
|
||||
*
|
||||
@@ -353,7 +356,8 @@ static void process_station_string(char *str)
|
||||
}
|
||||
}
|
||||
|
||||
static void kvv_client(void *dummy)
|
||||
static void kvv_client( __attribute__ ((unused))
|
||||
void *dummy)
|
||||
{
|
||||
char ibuffer[4096];
|
||||
char obuffer[1024];
|
||||
|
||||
Reference in New Issue
Block a user