mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
fix: usb communications should be fine again. Inteface size must be 0x08, not 0x40
This commit is contained in:
parent
fa2aba1532
commit
1d5e3fc217
2 changed files with 6 additions and 5 deletions
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include "cmd.h"
|
||||
|
||||
// (iceman 2017) this method is not used anymore. uart_win32 /uart_posix is used instead
|
||||
bool cmd_receive(UsbCommand* cmd) {
|
||||
|
||||
// Check if there is a usb packet available
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue