From e7d3092dd149ce455eaa934cc63104b6273302f5 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周一, 22 2月 2016 08:19:09 +0800 Subject: [PATCH] Add all possible units from IEEE488.2 to address some points of #26 --- libscpi/src/minimal.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libscpi/src/minimal.c b/libscpi/src/minimal.c index fcfc500..7641311 100644 --- a/libscpi/src/minimal.c +++ b/libscpi/src/minimal.c @@ -131,7 +131,7 @@ scpi_result_t SCPI_StatusQuestionableEnable(scpi_t * context) { int32_t new_QUESE; if (SCPI_ParamInt32(context, &new_QUESE, TRUE)) { - SCPI_RegSet(context, SCPI_REG_QUESE, (scpi_reg_val_t)new_QUESE); + SCPI_RegSet(context, SCPI_REG_QUESE, (scpi_reg_val_t) new_QUESE); } return SCPI_RES_OK; } -- Gitblit v1.9.1