From fa5dc4d115bcf3324295da07851f2224c9c25bf8 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: ćšć, 26 11æ 2015 03:46:35 +0800 Subject: [PATCH] Add more tests to *SRE and *RST --- 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