-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change WireStorage::init() return type from UsbDevice to Builder for enhanced flexibility in USB class construction * Added a closure parameter to new_raw_nusb() function for interface identification. * Revert "Added a closure parameter to new_raw_nusb() function for interface identification." This reverts commit ba2ac52. * Interface identification from the interface class * Refactor init() by introducing init_without_build() * add try_new_raw_nusb_with_interface()
- Loading branch information
1 parent
d504e61
commit 41fe2a5
Showing
2 changed files
with
99 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters