Browse Source

DEV options

FB4S_WIFI
Sergey 3 years ago
parent
commit
0e1f677171
  1. 2
      Marlin/Configuration_adv.h
  2. 2
      Marlin/src/libs/Segger/log.h

2
Marlin/Configuration_adv.h

@ -1848,7 +1848,7 @@
* NOTE: This method is less reliable as it can only catch hangups while * NOTE: This method is less reliable as it can only catch hangups while
* interrupts are enabled. * interrupts are enabled.
*/ */
#define USE_WATCHDOG //#define USE_WATCHDOG
#if ENABLED(USE_WATCHDOG) #if ENABLED(USE_WATCHDOG)
//#define WATCHDOG_RESET_MANUAL //#define WATCHDOG_RESET_MANUAL
#endif #endif

2
Marlin/src/libs/Segger/log.h

@ -2,7 +2,7 @@
#define LOG_H #define LOG_H
//#define DEBUG_TO_UART //#define DEBUG_TO_UART
//#define DEBUG_TO_SEGGER_RTT #define DEBUG_TO_SEGGER_RTT
#ifdef DEBUG_TO_UART #ifdef DEBUG_TO_UART
#include <stdarg.h> #include <stdarg.h>

Loading…
Cancel
Save