From: iceman1001 Date: Wed, 31 Aug 2016 19:11:57 +0000 (+0200) Subject: FIX: should fix the typedefintion error for OS X regarding bool cmd_send X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/cc70dd6b600f8343c023bad284b1d1e219e41ca8 FIX: should fix the typedefintion error for OS X regarding bool cmd_send --- diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 51c5863f..ead92c48 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -10,7 +10,7 @@ // executes. //----------------------------------------------------------------------------- #include "usb_cdc.h" -#include "cmd.h" +//#include "cmd.h" #include "proxmark3.h" #include "apps.h" #include "util.h"