FIX: should fix the typedefintion error for OS X regarding bool cmd_send

This commit is contained in:
iceman1001 2016-08-31 21:11:57 +02:00
parent 3fc01243b0
commit cc70dd6b60

View file

@ -10,7 +10,7 @@
// executes. // executes.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include "usb_cdc.h" #include "usb_cdc.h"
#include "cmd.h" //#include "cmd.h"
#include "proxmark3.h" #include "proxmark3.h"
#include "apps.h" #include "apps.h"
#include "util.h" #include "util.h"