From: martin.holst@gmail.com Date: Fri, 31 May 2013 19:25:13 +0000 (+0000) Subject: Found that USBcommands from the device are silently overwritten if the host does... X-Git-Tag: v1.0.0~92 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/a808a224f54ef44b7399b291ec9d8bcf758e43da?ds=sidebyside;hp=a808a224f54ef44b7399b291ec9d8bcf758e43da Found that USBcommands from the device are silently overwritten if the host does not quickly enough read them, which causes problems in several places. Implemented a circular buffer which stores up to 50 commands (still tiny, memorywise) and prints out a message if the buffer wraps around (overwrites). ---