mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
remove debug change
This commit is contained in:
parent
c179e7b1f8
commit
13c25f892e
1 changed files with 1 additions and 2 deletions
|
@ -555,10 +555,9 @@ void AT91F_CDC_Enumerate() {
|
|||
if (strDescriptor != NULL) {
|
||||
AT91F_USB_SendData(pUdp, strDescriptor, MIN(strDescriptor[0], wLength));
|
||||
} else {
|
||||
AT91F_USB_SendData(pUdp, StrDescManufacturer, MIN(sizeof(StrDescManufacturer), wLength));
|
||||
AT91F_USB_SendStall(pUdp);
|
||||
}
|
||||
}
|
||||
|
||||
else
|
||||
AT91F_USB_SendStall(pUdp);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue