mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Potential fix for 0-length usb packets seen on OSX
This commit is contained in:
parent
976627d5ba
commit
83f3f8ac40
3 changed files with 18 additions and 5 deletions
|
@ -41,6 +41,7 @@ void usb_disable();
|
|||
void usb_enable();
|
||||
bool usb_check();
|
||||
bool usb_poll();
|
||||
bool usb_poll_validate_length();
|
||||
uint32_t usb_read(byte_t* data, size_t len);
|
||||
uint32_t usb_write(const byte_t* data, const size_t len);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue