From f8536daee65bdd87d004771c787a6f42a1397859 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周三, 18 3月 2015 17:16:31 +0800
Subject: [PATCH] Add new AUTO special value, resolve #20

---
 libscpi/src/units.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libscpi/src/units.c b/libscpi/src/units.c
index 792df76..d4f3784 100644
--- a/libscpi/src/units.c
+++ b/libscpi/src/units.c
@@ -112,6 +112,7 @@
     {/* name */ "NAN", /* type */ SCPI_NUM_NAN},
     {/* name */ "INFinity", /* type */ SCPI_NUM_INF},
     {/* name */ "NINF", /* type */ SCPI_NUM_NINF},
+    {/* name */ "AUTO", /* type */ SCPI_NUM_AUTO},
     SCPI_CHOICE_LIST_END,
 };
 

--
Gitblit v1.9.1