Applied patch from http://www.proxmark.org/forum/viewtopic.php?id=1637, where a compiler optimization resulted in hangs

This commit is contained in:
martin.holst@gmail.com 2013-06-05 08:53:20 +00:00
parent ab7a8ea164
commit c338502409

View file

@ -26,7 +26,7 @@
static serial_port sp;
static UsbCommand txcmd;
static bool txcmd_pending = false;
volatile static bool txcmd_pending = false;
void SendCommand(UsbCommand *c) {
#if 0