From a6de013fff3647e241bce84a89b661a4f458b287 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20Gr=C3=B6nlund?= <fredrik.gronlund.o@gmail.com>
Date: Wed, 16 Nov 2016 14:24:49 +0100
Subject: [PATCH] Disabled DEBUG printout to avoid printf() crashing the
 system.

---
 src/dw1000-base.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dw1000-base.h b/src/dw1000-base.h
index 8774b17..ba70bc6 100644
--- a/src/dw1000-base.h
+++ b/src/dw1000-base.h
@@ -388,7 +388,7 @@
  	#define DW_ERROR(...)
 #endif
 
-#ifdef DEBUG
+#ifdef DEBUG_BULL
 	#define DW_DEBUG(...) printf(__VA_ARGS__);
 #else
  	#define DW_DEBUG(...)
-- 
GitLab