From 6e73d8531ba409e513c2d491d473a7b593614733 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周日, 19 4月 2015 05:31:39 +0800 Subject: [PATCH] Remove generationg .so and update makefiles --- examples/common/scpi-def.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/examples/common/scpi-def.cpp b/examples/common/scpi-def.cpp index d5fc7ca..46e33b1 100644 --- a/examples/common/scpi-def.cpp +++ b/examples/common/scpi-def.cpp @@ -150,7 +150,6 @@ /* control */ SCPI_Control, /* flush */ SCPI_Flush, /* reset */ SCPI_Reset, - /* test */ SCPI_Test, }; #define SCPI_INPUT_BUFFER_LENGTH 256 -- Gitblit v1.9.1