]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/usb_cdc.c
CHG: change the number of calls to prng_successor was done. Fewer should mean faster :)
[proxmark3-svn] / common / usb_cdc.c
index 9bdaed29c6f8bdbfd9ac704928c7892b91fd7f7f..4d7ea3ed8a1a3019749850fc52ae1f809ecd2f43 100644 (file)
@@ -291,8 +291,8 @@ bool usb_check() {
 \r
 bool usb_poll()\r
 {\r
-  if (!usb_check()) return false;\r
-  return (pUdp->UDP_CSR[AT91C_EP_OUT] & btReceiveBank);\r
+       if (!usb_check()) return false;\r
+       return (pUdp->UDP_CSR[AT91C_EP_OUT] & btReceiveBank);\r
 }\r
 \r
 /**\r
Impressum, Datenschutz