From 2df8ee6c6f411e5fa0b774874e759c5e7b045121 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周二, 27 11月 2012 19:52:23 +0800
Subject: [PATCH] Units parsing completition

---
 scpi/scpi.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scpi/scpi.h b/scpi/scpi.h
index f981665..1f9f4c3 100644
--- a/scpi/scpi.h
+++ b/scpi/scpi.h
@@ -90,6 +90,7 @@
         scpi_interface_t * interface;
         int_fast16_t output_count;
         int_fast16_t input_count;
+        bool_t error;
     };
 
 

--
Gitblit v1.9.1