DEV options

This commit is contained in:
Sergey
2021-11-22 15:12:26 +03:00
parent 8ab7f02ff6
commit 0e1f677171
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 <stdarg.h>