]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/usb_cdc.c
Fix typos
[proxmark3-svn] / common / usb_cdc.c
index e13ddbe227e2ea81275cdce764cd24cd0bc95f81..7fd2933c322463f5d5790b9397d5c7aeb8d3b72a 100644 (file)
@@ -362,7 +362,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