From 781ef98e5441bf6aa12c50657bf2161953a79858 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周二, 14 4月 2015 05:38:38 +0800
Subject: [PATCH] Add command handling tests, resolve bugs

---
 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