From 3a4f333781a481b70fcd598bcc5a93ed9c5a619b Mon Sep 17 00:00:00 2001
From: Justin Fichtner <justin.fichtner@lakeshore.com>
Date: 摹曛, 30 11月 2017 22:26:30 +0800
Subject: [PATCH] Fix typos in tests

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

diff --git a/libscpi/src/minimal.c b/libscpi/src/minimal.c
index 05e351e..ae56da6 100644
--- a/libscpi/src/minimal.c
+++ b/libscpi/src/minimal.c
@@ -99,6 +99,18 @@
 }
 
 /**
+ * STATus:QUEStionable:CONDition?
+ * @param context
+ * @return
+ */
+scpi_result_t SCPI_StatusQuestionableConditionQ(scpi_t * context) {
+    /* return value */
+    SCPI_ResultInt32(context, SCPI_RegGet(context, SCPI_REG_QUESC));
+
+    return SCPI_RES_OK;
+}
+
+/**
  * STATus:QUEStionable[:EVENt]?
  * @param context
  * @return

--
Gitblit v1.9.1