# HG changeset patch
# User ideenmodellierer
# Date 1727368841 -7200
# Node ID fac13aa6ba93d78e52a357f5f3f960b543322727
# Parent  65772ddee88ca2e089991c81356f3084167fa0f9
Disabled debug features

diff -r 65772ddee88c -r fac13aa6ba93 Common/Inc/configuration.h
--- a/Common/Inc/configuration.h	Thu Sep 26 18:36:05 2024 +0200
+++ b/Common/Inc/configuration.h	Thu Sep 26 18:40:41 2024 +0200
@@ -46,10 +46,10 @@
 /* #define ENABLE_ANALYSE_SAMPLES */
 
 /* Enable to have access to the debug view options (turn on / off via menu instead of compile switch) */
-#define HAVE_DEBUG_VIEW
+/* #define HAVE_DEBUG_VIEW */
 
 /* Enable to have runtime information displayed in t7 debug view */
-#define T7_DEBUG_RUNTIME
+/* #define T7_DEBUG_RUNTIME */
 
 /* Enable to have event based warnings being displayed as warning messages when they occur */
 #define HAVE_DEBUG_WARNINGS