From 4925f462dc0eeb608d7adba379dd04771f92eb51 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周一, 24 6月 2013 21:51:20 +0800 Subject: [PATCH] Add support for optional command header part --- 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