X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5f91a683b7f3b3b9217db9407a13b1d738070f01..7cf3ef203cceb0d5caab8c01b87324080f0d8fd9:/client/proxmark3.c?ds=inline diff --git a/client/proxmark3.c b/client/proxmark3.c index ef3d33e8..5cbacc86 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -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