diff options
author | bwalle <bwalle@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-10-07 19:32:42 +0000 |
---|---|---|
committer | bwalle <bwalle@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-10-07 19:32:42 +0000 |
commit | 3654ca81e0aa3116c24d849336560cc96ff73f11 (patch) | |
tree | 8ded0ab0b7524c1101146671e35c52520d91c3df /drv_picoLCDGraphic.c | |
parent | a80978985167df7650209888a5a89ea8089c091d (diff) | |
download | lcd4linux-3654ca81e0aa3116c24d849336560cc96ff73f11.tar.gz |
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
Diffstat (limited to 'drv_picoLCDGraphic.c')
-rw-r--r-- | drv_picoLCDGraphic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drv_picoLCDGraphic.c b/drv_picoLCDGraphic.c index 6a46d92..ec54c4a 100644 --- a/drv_picoLCDGraphic.c +++ b/drv_picoLCDGraphic.c @@ -98,7 +98,6 @@ static char *Buffer; static char *BufPtr; static usb_dev_handle *lcd; -extern int usb_debug; @@ -120,7 +119,7 @@ static int drv_pLG_open(void) info("%s: scanning for picoLCD 256x64...", Name); - usb_debug = 0; + usb_set_debug(0); usb_init(); usb_find_busses(); |