mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
CHG: replaced with a define
This commit is contained in:
parent
c9f37223ce
commit
6cebcb4b0a
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ void AT91F_USB_SendData(AT91PS_UDP pUdp, const char *pData, uint32_t length) {
|
|||
uint32_t cpt = 0;
|
||||
|
||||
do {
|
||||
cpt = MIN(length, 8);
|
||||
cpt = MIN(length, AT91C_EP_CONTROL_SIZE);
|
||||
length -= cpt;
|
||||
|
||||
while (cpt--)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue