From 1be423e019d9876dbfa20300a481406ad39f05f0 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周二, 08 10月 2013 19:44:02 +0800
Subject: [PATCH] Add ifndef TRUE/FALSE

---
 libscpi/inc/scpi/debug.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libscpi/inc/scpi/debug.h b/libscpi/inc/scpi/debug.h
index 063d94e..e882902 100644
--- a/libscpi/inc/scpi/debug.h
+++ b/libscpi/inc/scpi/debug.h
@@ -44,8 +44,8 @@
 #endif
 
 
-    //#define SCPI_DEBUG_COMMAND(a)   scpi_debug_command(a)
-#define SCPI_DEBUG_COMMAND(a)  
+    /* #define SCPI_DEBUG_COMMAND(a)   scpi_debug_command(a) */
+    #define SCPI_DEBUG_COMMAND(a)
 
 
     bool_t SCPI_DebugCommand(scpi_t * context);

--
Gitblit v1.9.1