From bf7f722d0f42b37a83df91d0a62544c948c4cb66 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周日, 24 4月 2016 20:24:11 +0800
Subject: [PATCH] Extend travis script to test all configurations with device dependent error

---
 examples/common/scpi-def.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/examples/common/scpi-def.c b/examples/common/scpi-def.c
index 809fb1e..d5f71ae 100644
--- a/examples/common/scpi-def.c
+++ b/examples/common/scpi-def.c
@@ -412,6 +412,6 @@
 };
 
 char scpi_input_buffer[SCPI_INPUT_BUFFER_LENGTH];
-int16_t scpi_error_queue_data[SCPI_ERROR_QUEUE_SIZE];
+scpi_error_t scpi_error_queue_data[SCPI_ERROR_QUEUE_SIZE];
 
 scpi_t scpi_context;

--
Gitblit v1.9.1