From 95b88e6d6fd4db938727281af20785bba4c6809e Mon Sep 17 00:00:00 2001 From: maxxproff <106892748+maxxproff@users.noreply.github.com> Date: Sun, 5 Jun 2022 05:46:27 +0200 Subject: [PATCH] "hack" for force use old LIBUSB-0 library. --- usbasp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usbasp.c b/usbasp.c index 526a6af..8a9b192 100644 --- a/usbasp.c +++ b/usbasp.c @@ -43,7 +43,8 @@ #if defined(HAVE_LIBUSB) || defined(HAVE_LIBUSB_1_0) #ifdef HAVE_LIBUSB_1_0 -//# define USE_LIBUSB_1_0 +//# define USE_LIBUSB_1_0 //this "hack" was made because LIBUSB-1.0 library on my machine was buggy. + //It force use old LIBUSB-0 library. If you have no problem, UNCOMMENT it and test use USBASP. #endif #if defined(USE_LIBUSB_1_0)