Mercurial > public > ostc4
diff Common/Inc/configuration.h @ 896:f29369fff71e Evo_2_23
Development Feature Runtime in Debugview:
Added a compile switch which allows to show the deco, grafix and main loop runtimes in the T7 debug view.
author | ideenmodellierer |
---|---|
date | Thu, 26 Sep 2024 18:32:36 +0200 |
parents | 1b05a84f6d0f |
children | fac13aa6ba93 |
line wrap: on
line diff
--- a/Common/Inc/configuration.h Wed Sep 18 14:31:06 2024 +0200 +++ b/Common/Inc/configuration.h Thu Sep 26 18:32:36 2024 +0200 @@ -46,9 +46,12 @@ /* #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 event based warnings being displayed as warning messages when the occure */ +/* Enable to have runtime information displayed in t7 debug view */ +#define T7_DEBUG_RUNTIME + +/* Enable to have event based warnings being displayed as warning messages when they occur */ #define HAVE_DEBUG_WARNINGS /* Enable to have access to the motion control selection menu */