From f9223af2ddd11815c9ecebed3589b322b241e00d Mon Sep 17 00:00:00 2001 From: koeart <koeart@zwoelfelf.org> Date: 周一, 24 8月 2015 06:06:30 +0800 Subject: [PATCH] Update .gitignore - add KDevelop and VIM --- 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