Skip to content

Commit

Permalink
"hack" for force use old LIBUSB-0 library.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxproff authored Jun 5, 2022
1 parent c43d5a5 commit 95b88e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion usbasp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 95b88e6

Please sign in to comment.