From 3654ca81e0aa3116c24d849336560cc96ff73f11 Mon Sep 17 00:00:00 2001 From: bwalle Date: Tue, 7 Oct 2008 19:32:42 +0000 Subject: Replace write to external variable usb_debug by calling usb_set_debug(). This fixes build on openSUSE Factory. git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@899 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_picoLCD.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drv_picoLCD.c') diff --git a/drv_picoLCD.c b/drv_picoLCD.c index c567518..b52a814 100644 --- a/drv_picoLCD.c +++ b/drv_picoLCD.c @@ -75,7 +75,6 @@ static char *Buffer; static char *BufPtr; static usb_dev_handle *lcd; -extern int usb_debug; @@ -97,7 +96,7 @@ static int drv_pL_open(void) info("%s: scanning for picoLCD...", Name); - usb_debug = 0; + usb_set_debug(0); usb_init(); usb_find_busses(); -- cgit v1.2.3