From c00f0dbfda703611c4373ce5cbbff772c8942de1 Mon Sep 17 00:00:00 2001 From: "martin.holst@gmail.com" Date: Fri, 7 Jun 2013 09:25:59 +0000 Subject: [PATCH] Fixed 'volatile' error in this branch also --- client/proxmark3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2