Mercurial > public > ostc4
diff Discovery/Inc/configuration.h @ 492:4ce932235578
Added compiler switch for existing debug view parameter
author | Ideenmodellierer |
---|---|
date | Thu, 20 Aug 2020 21:25:38 +0200 |
parents | aa1d71875e25 |
children | 668471c5f410 |
line wrap: on
line diff
--- a/Discovery/Inc/configuration.h Mon Aug 10 15:53:45 2020 +0200 +++ b/Discovery/Inc/configuration.h Thu Aug 20 21:25:38 2020 +0200 @@ -46,4 +46,7 @@ /* Enable to activate a menu item in reset menu which provide sample ring analysis / repair functionality */ /* #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 */ + #endif