From 554a0b00b6c1989e8b89b407a32545fbcbec9a8b Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: ćšć, 06 8æ 2015 17:41:36 +0800 Subject: [PATCH] Fix LavWindows/CVI project --- libscpi/src/parser.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/libscpi/src/parser.c b/libscpi/src/parser.c index 921e885..ef779bc 100644 --- a/libscpi/src/parser.c +++ b/libscpi/src/parser.c @@ -44,7 +44,6 @@ #include "scpi/error.h" #include "scpi/constants.h" #include "scpi/utils.h" -#include "scpi/debug.h" /** * Write data to SCPI output @@ -130,7 +129,6 @@ context->output_count = 0; context->input_count = 0; - SCPI_DEBUG_COMMAND(context); /* if callback exists - call command callback */ if (cmd->callback != NULL) { if ((cmd->callback(context) != SCPI_RES_OK) && !context->cmd_error) { @@ -787,7 +785,7 @@ * @param options specifications of choices numbers (patterns) * @param tag numerical representatio of choice * @param text result text - * @return TRUE if succesfule, else false + * @return TRUE if succesfule, else FALSE */ scpi_bool_t SCPI_ChoiceToName(const scpi_choice_def_t * options, int32_t tag, const char ** text) { int i; -- Gitblit v1.9.1