mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
libusb_ll: probe type -> probe_type
This commit is contained in:
+1
-1
@@ -251,7 +251,7 @@ bool libusb_ll::scan()
|
||||
<< std::setw(4) << "Bus"
|
||||
<< std::setw(7) << "device"
|
||||
<< std::setw(14) << "vid:pid"
|
||||
<< std::setw(probe_len) << "probe type"
|
||||
<< std::setw(probe_len) << "probe_type"
|
||||
<< std::setw(manufacturer_len) << "manufacturer"
|
||||
<< std::setw(serial_len) << "serial"
|
||||
<< "product";
|
||||
|
||||
Reference in New Issue
Block a user