From 6a42b4fe28ba78e6f57416d943c96e61f540c1e4 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周一, 18 4月 2016 00:11:03 +0800 Subject: [PATCH] Fix compilation under Microchip C32/XC32 (issue #75) --- libscpi/inc/scpi/constants.h | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/libscpi/inc/scpi/constants.h b/libscpi/inc/scpi/constants.h index 9316556..61cd9a6 100644 --- a/libscpi/inc/scpi/constants.h +++ b/libscpi/inc/scpi/constants.h @@ -41,10 +41,12 @@ extern "C" { #endif - -#define SCPI_MANUFACTURE "CTU FEE" -#define SCPI_DEV_NAME "TEST SCPI INSTRUMENT TSI3225" -#define SCPI_DEV_VERSION "v1.0" + /* 21.21 :VERSion? + * YYYY.V + * YYYY = SCPI year + * V = SCPI revision + */ +#define SCPI_STD_VERSION_REVISION "1999.0" #ifdef __cplusplus } -- Gitblit v1.9.1