summaryrefslogtreecommitdiffstats
path: root/libk8055
diff options
context:
space:
mode:
Diffstat (limited to 'libk8055')
-rw-r--r--libk8055/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk8055/main.c b/libk8055/main.c
index 50e361c..a62050d 100644
--- a/libk8055/main.c
+++ b/libk8055/main.c
@@ -154,7 +154,7 @@ int main ( int argc,char* params[] ) {
* and enable debug mode
*/
if ( debug )
- usb_set_debug( 2 );
+ libusb_set_debug( 2 );
dev = k8055_alloc();
if(dev==NULL) {
fprintf(stderr,"Could not allocate data for k8055_dev struct.\n");