From 523d303e2ab6a35845cd7ae07821d6aa0b14965c Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周一, 21 10月 2013 17:16:21 +0800 Subject: [PATCH] Add example to ParamChoice --- libscpi/inc/scpi/error.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/libscpi/inc/scpi/error.h b/libscpi/inc/scpi/error.h index b2b7c9d..36de436 100644 --- a/libscpi/inc/scpi/error.h +++ b/libscpi/inc/scpi/error.h @@ -58,7 +58,8 @@ #define SCPI_ERROR_INVALID_SUFFIX -131 #define SCPI_ERROR_SUFFIX_NOT_ALLOWED -138 -#define SCPI_ERROR_EXECUTION_ERROR -200 +#define SCPI_ERROR_EXECUTION_ERROR -200 +#define SCPI_ERROR_ILLEGAL_PARAMETER_VALUE -224 #ifdef __cplusplus } -- Gitblit v1.9.1