From b83dd1cbc0af5d0a0ca76c1948e648b2582ed75a Mon Sep 17 00:00:00 2001 From: Andrey Nakin <andrey.nakin@gmail.com> Date: 周一, 23 9月 2013 05:12:54 +0800 Subject: [PATCH] modified: libscpi/src/parser.c --- 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