changeset 898:fac13aa6ba93 Evo_2_23 tip

Disabled debug features
author ideenmodellierer
date Thu, 26 Sep 2024 18:40:41 +0200
parents 65772ddee88c
children
files Common/Inc/configuration.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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