mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Fixed 'volatile' error in this branch also
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user