From 0cb7ce28d5dc0508d3eb2c1e52ff2fc555442d9a Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周六, 18 4月 2015 20:04:38 +0800 Subject: [PATCH] Correct avr-libc detection --- 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