Applied patch from http://www.proxmark.org/forum/viewtopic.php?id=1637, where a compiler optimization resulted in hangs
This commit is contained in:
parent
ab7a8ea164
commit
c338502409
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
static serial_port sp;
|
static serial_port sp;
|
||||||
static UsbCommand txcmd;
|
static UsbCommand txcmd;
|
||||||
static bool txcmd_pending = false;
|
volatile static bool txcmd_pending = false;
|
||||||
|
|
||||||
void SendCommand(UsbCommand *c) {
|
void SendCommand(UsbCommand *c) {
|
||||||
#if 0
|
#if 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user