We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6765e0d commit 6b3e716Copy full SHA for 6b3e716
cores/esp8266/core_esp8266_postmortem.cpp
@@ -118,7 +118,7 @@ static inline void ets_println() { ets_printf_P(PSTR("\n")); }
118
119
static void cut_here() {
120
#ifdef NO_CUT_HERE
121
- return;
+ return;
122
#endif
123
124
// https://tinyurl.com/8266dcdr => https://arduino-esp8266.readthedocs.io/en/latest/faq/a02-my-esp-crashes.html#exception
0 commit comments