X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ab7a8ea16420243ad132b21f968ea15a3b14fa61..c338502409b4bf3c90734429f00f0689ff5dd01d:/client/proxmark3.c 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