blob: 8e457fa9765d35f6be3b5ad1a7d2ebdde8b11354 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/ch341a_spi.c
+++ b/ch341a_spi.c
@@ -444,7 +444,7 @@
return -1;
}
- libusb_set_debug(NULL, 3); // Enable information, warning and error messages (only).
+ libusb_set_option(NULL, LIBUSB_OPTION_LOG_LEVEL, LIBUSB_LOG_LEVEL_INFO); // Enable information, warning and error messages (only).
uint16_t vid = devs_ch341a_spi[0].vendor_id;
uint16_t pid = devs_ch341a_spi[0].device_id;
|