mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
style
This commit is contained in:
parent
911cfb9d3f
commit
6293749ffd
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ bool usb_check() {
|
|||
if (isr & AT91C_UDP_ENDBUSRES) {
|
||||
pUdp->UDP_ICR = AT91C_UDP_ENDBUSRES;
|
||||
// reset all endpoints
|
||||
pUdp->UDP_RSTEP = (unsigned int) -1;
|
||||
pUdp->UDP_RSTEP = (unsigned int) - 1;
|
||||
pUdp->UDP_RSTEP = 0;
|
||||
// Enable the function
|
||||
pUdp->UDP_FADDR = AT91C_UDP_FEN;
|
||||
|
|
Loading…
Reference in a new issue