From 64269a8e2628085fff25f732e81e9002c4891a16 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周三, 29 1月 2014 15:37:32 +0800 Subject: [PATCH] Update units.c - add support for INFinity --- 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