From c8c00d2032c12f79df352d4eb573c228099b30cf Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周二, 31 5月 2016 18:15:28 +0800 Subject: [PATCH] Add channel list example call --- libscpi/inc/scpi/error.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libscpi/inc/scpi/error.h b/libscpi/inc/scpi/error.h index 6c7d744..4a762b4 100644 --- a/libscpi/inc/scpi/error.h +++ b/libscpi/inc/scpi/error.h @@ -60,6 +60,7 @@ * XE macro is for full set of SCPI errors available to user application */ #define LIST_OF_ERRORS \ + X(SCPI_ERROR_NO_ERROR, 0, "No error") \ XE(SCPI_ERROR_COMMAND, -100, "Command error") \ X(SCPI_ERROR_INVALID_CHARACTER, -101, "Invalid character") \ XE(SCPI_ERROR_SYNTAX, -102, "Syntax error") \ -- Gitblit v1.9.1