From 603b2804add525da0560b962a3295d390777930f Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周日, 06 9月 2015 05:06:08 +0800 Subject: [PATCH] Migrate readme to separate documentation --- examples/test-LwIP-netconn/scpi_server.c | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/examples/test-LwIP-netconn/scpi_server.c b/examples/test-LwIP-netconn/scpi_server.c index aecfbd1..872d1f5 100644 --- a/examples/test-LwIP-netconn/scpi_server.c +++ b/examples/test-LwIP-netconn/scpi_server.c @@ -145,19 +145,6 @@ return SCPI_RES_OK; } -/** - * Callback for *TST? command - * - * It returns directly the result of the test - * @param context - * @return 0 means "test was OK", other values means, that some error bits are set - */ -int32_t SCPI_Test(scpi_t * context) { - (void) context; - iprintf("**Test\r\n"); - return 0; -} - scpi_result_t SCPI_Reset(scpi_t * context) { (void) context; iprintf("**Reset\r\n"); -- Gitblit v1.9.1