From cc70dd6b600f8343c023bad284b1d1e219e41ca8 Mon Sep 17 00:00:00 2001
From: iceman1001 <iceman@iuse.se>
Date: Wed, 31 Aug 2016 21:11:57 +0200
Subject: [PATCH 1/1] FIX:  should fix the typedefintion error for OS X
 regarding  bool cmd_send

---
 armsrc/appmain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
2.39.5