]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/usb_cdc.c
FIX: @wllm-rbnt 's typo fixes
[proxmark3-svn] / common / usb_cdc.c
index 049cb8cf03de52eec8eb95c77bd93cbc47b4b6c6..79f349792eca52e5f57ffa677ac1f90b3da3b574 100644 (file)
@@ -363,7 +363,7 @@ uint32_t usb_write(const byte_t* data, const size_t len) {
                cpt = MIN(length, AT91C_EP_IN_SIZE-1);\r
                length -= cpt;\r
                while (cpt--) pUdp->UDP_FDR[AT91C_EP_IN] = *data++;\r
-               // Wait for the the first bank to be sent\r
+               // Wait for the first bank to be sent\r
                while (!(pUdp->UDP_CSR[AT91C_EP_IN] & AT91C_UDP_TXCOMP)) {\r
                        if (!usb_check()) return length;\r
                }\r
Impressum, Datenschutz