mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2000-04-15 11:56:35 by reinelt]
more debug messages git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@46 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: lcd4linux.c,v 1.20 2000/04/15 11:13:54 reinelt Exp $
|
||||
/* $Id: lcd4linux.c,v 1.21 2000/04/15 11:56:35 reinelt Exp $
|
||||
*
|
||||
* LCD4Linux
|
||||
*
|
||||
@@ -20,6 +20,10 @@
|
||||
*
|
||||
*
|
||||
* $Log: lcd4linux.c,v $
|
||||
* Revision 1.21 2000/04/15 11:56:35 reinelt
|
||||
*
|
||||
* more debug messages
|
||||
*
|
||||
* Revision 1.20 2000/04/15 11:13:54 reinelt
|
||||
*
|
||||
* added '-d' (debugging) switch
|
||||
@@ -253,6 +257,8 @@ int main (int argc, char *argv[])
|
||||
lcd_clear();
|
||||
}
|
||||
|
||||
debug ("starting main loop\n");
|
||||
|
||||
smooth=0;
|
||||
while (1) {
|
||||
process (smooth);
|
||||
|
||||
Reference in New Issue
Block a user