mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
Fixed 'volatile' error in this branch also
This commit is contained in:
parent
44fffc5451
commit
c00f0dbfda
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue