]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.c
Fixed 'volatile' error in this branch also
[proxmark3-svn] / client / proxmark3.c
index ef3d33e821d572591f3430cd0ea40c0e0c302010..a6274bc111b648ebe91b40c1066061521173803d 100644 (file)
@@ -26,7 +26,7 @@
 
 static serial_port sp;
 static UsbCommand txcmd;
-static bool txcmd_pending = false;
+static volatile bool txcmd_pending = false;
 
 void SendCommand(UsbCommand *c) {
 #if 0
Impressum, Datenschutz