From d6f4a5106bebb23826c0867494ade7f4d7ebd1f3 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周日, 18 1月 2015 19:40:33 +0800 Subject: [PATCH] Correct *TST? callback in header file --- examples/common/scpi-def.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/common/scpi-def.h b/examples/common/scpi-def.h index 905aaa4..2386320 100644 --- a/examples/common/scpi-def.h +++ b/examples/common/scpi-def.h @@ -9,7 +9,7 @@ int SCPI_Error(scpi_t * context, int_fast16_t err); scpi_result_t SCPI_Control(scpi_t * context, scpi_ctrl_name_t ctrl, scpi_reg_val_t val); scpi_result_t SCPI_Reset(scpi_t * context); -scpi_result_t SCPI_Test(scpi_t * context); +int32_t SCPI_Test(scpi_t * context); scpi_result_t SCPI_Flush(scpi_t * context); -- Gitblit v1.9.1