From 781ef98e5441bf6aa12c50657bf2161953a79858 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周二, 14 4月 2015 05:38:38 +0800
Subject: [PATCH] Add command handling tests, resolve bugs

---
 examples/test-LwIP-netconn/scpi_server.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/examples/test-LwIP-netconn/scpi_server.c b/examples/test-LwIP-netconn/scpi_server.c
index e6dee56..872d1f5 100644
--- a/examples/test-LwIP-netconn/scpi_server.c
+++ b/examples/test-LwIP-netconn/scpi_server.c
@@ -145,12 +145,6 @@
     return SCPI_RES_OK;
 }
 
-scpi_result_t SCPI_Test(scpi_t * context) {
-    (void) context;
-    iprintf("**Test\r\n");
-    return SCPI_RES_OK;
-}
-
 scpi_result_t SCPI_Reset(scpi_t * context) {
     (void) context;
     iprintf("**Reset\r\n");

--
Gitblit v1.9.1