From 2e9158af370a425b654b499923f877d0381dc750 Mon Sep 17 00:00:00 2001 From: ja7ude Date: Sun, 14 Jul 2013 22:32:00 +0900 Subject: [PATCH] Changed DEBUG from TRUE to FALSE by Mori-san JE3HHT's request. --- ComLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComLib.h b/ComLib.h index b923290..81234b9 100644 --- a/ComLib.h +++ b/ComLib.h @@ -35,7 +35,7 @@ #define VERNO "0.45" #define INI_SCHEMA 3 -#define DEBUG TRUE +#define DEBUG FALSE #define MEASIMD FALSE #define LOGFFT FALSE #define SHOWERRCOUNT FALSE