mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
FIX: should fix the typedefintion error for OS X regarding bool cmd_send
This commit is contained in:
parent
3fc01243b0
commit
cc70dd6b60
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
// executes.
|
||||
//-----------------------------------------------------------------------------
|
||||
#include "usb_cdc.h"
|
||||
#include "cmd.h"
|
||||
//#include "cmd.h"
|
||||
#include "proxmark3.h"
|
||||
#include "apps.h"
|
||||
#include "util.h"
|
||||
|
|
Loading…
Reference in a new issue