From 8b779206567428444ddd40a5ea4b968c7cdf878b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 28 Feb 2011 00:50:17 +0100 Subject: libk8055/main.c uses debug --- libk8055/main.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libk8055/main.c b/libk8055/main.c index a6fa602..d21047e 100644 --- a/libk8055/main.c +++ b/libk8055/main.c @@ -43,7 +43,7 @@ #define false 0 #define true 1 -extern int DEBUG; +extern int debug; int ia1 = -1; int ia2 = -1; @@ -52,8 +52,6 @@ int ipid = 0; int numread = 1; -int debug = 0; - int dbt1 = -1; // (-1 => not to set) int dbt2 = -1; // (-1 => not to set) @@ -147,7 +145,6 @@ int read_param(int argc,char *params[]) else if ( !strcmp(params[i],"-debug") ){ debug = true; - DEBUG = true; } else if ( !strcmp(params[i],"-reset1") ) resetcnt1 = true; -- cgit v1.1-2-g2b99