tdse-tp3_04-interactive_menu

Index Commits Files Refs
commit 94cf5258d8c062f4aaf8ca0d9466bf6bbe46a24a
parent 28485fcdcd7691e42fb87ea19d02342d55486eff
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Tue, 14 Oct 2025 23:29:14 -0300

Disable logger

This prevented the program to run without stm32cubeide opened

Diffstat:
Mapp/inc/logger.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/inc/logger.h b/app/inc/logger.h
@@ -51,9 +51,9 @@ extern "C" {
 
 /********************** macros ***********************************************/
 
-#define LOGGER_CONFIG_ENABLE                    (0)
+#define LOGGER_CONFIG_ENABLE                    (1)
 #define LOGGER_CONFIG_MAXLEN                    (64)
-#define LOGGER_CONFIG_USE_SEMIHOSTING           (1)
+#define LOGGER_CONFIG_USE_SEMIHOSTING           (0)
 
 #if 1 == LOGGER_CONFIG_ENABLE
 #define LOGGER_LOG(...)\