From 46f96733bd176b5cf84381fba1e7792143946c28 Mon Sep 17 00:00:00 2001 From: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> Date: Thu, 15 Feb 2018 14:58:17 +0100 Subject: [PATCH] [SC] Disable debug messages on user interface (#382) --- base/applications/sc/sc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/applications/sc/sc.h b/base/applications/sc/sc.h index 3357475d43a..3dbacee0c86 100644 --- a/base/applications/sc/sc.h +++ b/base/applications/sc/sc.h @@ -14,7 +14,8 @@ #include -#define SCDBG +// Uncomment to enable debug messages on user interface. +// #define SCDBG typedef struct {