We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In cable.hpp, the only occurance of 0x0403:0x6001 is named ft232RL
cable.hpp
0x0403:0x6001
ft232RL
openFPGALoader/src/cable.hpp
Line 103 in 938755b
but in libusb_ll.cpp it is named ft2232RL (note the extra 2)
libusb_ll.cpp
ft2232RL
openFPGALoader/src/libusb_ll.cpp
Lines 71 to 72 in 938755b
is that a misprint or intentional (comment in libusb_ll.cpp would probably be good)?
The text was updated successfully, but these errors were encountered:
1753124
Good catch! Fixed! Thanks!
Sorry, something went wrong.
No branches or pull requests
In
cable.hpp
, the only occurance of0x0403:0x6001
is namedft232RL
openFPGALoader/src/cable.hpp
Line 103 in 938755b
but in
libusb_ll.cpp
it is namedft2232RL
(note the extra 2)openFPGALoader/src/libusb_ll.cpp
Lines 71 to 72 in 938755b
is that a misprint or intentional (comment in
libusb_ll.cpp
would probably be good)?The text was updated successfully, but these errors were encountered: