From cece739275710b06aef9b6d38fb63d7028571bff Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周二, 14 4月 2015 03:37:41 +0800 Subject: [PATCH] Final resolution of #18, #19 and #28 --- examples/test-LwIP-netconn/scpi_server.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/examples/test-LwIP-netconn/scpi_server.c b/examples/test-LwIP-netconn/scpi_server.c index afbfd7a..bc3af9e 100644 --- a/examples/test-LwIP-netconn/scpi_server.c +++ b/examples/test-LwIP-netconn/scpi_server.c @@ -146,13 +146,10 @@ return SCPI_RES_OK; } -/** - * Return 0 as OK and other number as error - */ scpi_result_t SCPI_Test(scpi_t * context) { (void) context; iprintf("**Test\r\n"); - return 0; + return SCPI_RES_OK; } scpi_result_t SCPI_Reset(scpi_t * context) { -- Gitblit v1.9.1