From 730831504cde7db84721e75a8f942ffc32300fe2 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周三, 25 12月 2013 04:56:32 +0800
Subject: [PATCH] Refactor bool_t to scpi_bool_t

---
 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 b84cdd9..3a863c9 100644
--- a/examples/common/scpi-def.c
+++ b/examples/common/scpi-def.c
@@ -118,7 +118,7 @@
 }
 
 scpi_result_t TEST_Bool(scpi_t * context) {
-    bool_t param1;
+    scpi_bool_t param1;
     fprintf(stderr, "TEST:BOOL\r\n"); // debug command name   
 
     // read first parameter if present

--
Gitblit v1.9.1