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 |   18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/libscpi/inc/scpi/constants.h b/libscpi/inc/scpi/constants.h
index 6023e6d..61cd9a6 100644
--- a/libscpi/inc/scpi/constants.h
+++ b/libscpi/inc/scpi/constants.h
@@ -41,19 +41,11 @@
 extern "C" {
 #endif
 
-
-/*  4.1.3.6 *IDN? */
-
-#define SCPI_DEFAULT_1_MANUFACTURE "CTU FEE"
-#define SCPI_DEFAULT_2_MODEL "TSI3225"
-#define SCPI_DEFAULT_3 "0"
-#define SCPI_DEFAULT_4_REVISION "01-01"
-
-/* 21.21 :VERSion? 
- * YYYY.V
- * YYYY = SCPI year
- * V = SCPI revision
- */
+    /* 21.21 :VERSion? 
+     * YYYY.V
+     * YYYY = SCPI year
+     * V = SCPI revision
+     */
 #define SCPI_STD_VERSION_REVISION "1999.0"
 
 #ifdef	__cplusplus

--
Gitblit v1.9.1