]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Fixed 'volatile' error in this branch also
authormartin.holst@gmail.com <martin.holst@gmail.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 7 Jun 2013 09:25:59 +0000 (09:25 +0000)
committermartin.holst@gmail.com <martin.holst@gmail.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 7 Jun 2013 09:25:59 +0000 (09:25 +0000)
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