mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 12:59:44 -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) {
|
if (strDescriptor != NULL) {
|
||||||
AT91F_USB_SendData(pUdp, strDescriptor, MIN(strDescriptor[0], wLength));
|
AT91F_USB_SendData(pUdp, strDescriptor, MIN(strDescriptor[0], wLength));
|
||||||
} else {
|
} else {
|
||||||
AT91F_USB_SendData(pUdp, StrDescManufacturer, MIN(sizeof(StrDescManufacturer), wLength));
|
AT91F_USB_SendStall(pUdp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
else
|
else
|
||||||
AT91F_USB_SendStall(pUdp);
|
AT91F_USB_SendStall(pUdp);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue