From: martin.holst@gmail.com Date: Fri, 7 Jun 2013 09:25:59 +0000 (+0000) Subject: Fixed 'volatile' error in this branch also X-Git-Tag: v1.0.0~80^2~26 X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/c00f0dbfda703611c4373ce5cbbff772c8942de1 Fixed 'volatile' error in this branch also --- diff --git a/client/proxmark3.c b/client/proxmark3.c index ef3d33e8..a6274bc1 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; +static volatile bool txcmd_pending = false; void SendCommand(UsbCommand *c) { #if 0