From 0e1f6771715b1a9cf7349496cfd8e13d0f2d9987 Mon Sep 17 00:00:00 2001 From: Sergey Date: Mon, 22 Nov 2021 15:12:26 +0300 Subject: [PATCH] DEV options --- Marlin/Configuration_adv.h | 2 +- Marlin/src/libs/Segger/log.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index e80fd28507..c5053d9118 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -1848,7 +1848,7 @@ * NOTE: This method is less reliable as it can only catch hangups while * interrupts are enabled. */ -#define USE_WATCHDOG +//#define USE_WATCHDOG #if ENABLED(USE_WATCHDOG) //#define WATCHDOG_RESET_MANUAL #endif diff --git a/Marlin/src/libs/Segger/log.h b/Marlin/src/libs/Segger/log.h index 28978e22b9..c6ec17dc19 100644 --- a/Marlin/src/libs/Segger/log.h +++ b/Marlin/src/libs/Segger/log.h @@ -2,7 +2,7 @@ #define LOG_H //#define DEBUG_TO_UART -//#define DEBUG_TO_SEGGER_RTT +#define DEBUG_TO_SEGGER_RTT #ifdef DEBUG_TO_UART #include