Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change tab to spaces
  • Loading branch information
DRSDavidSoft authored Aug 29, 2024
commit 6b3e716f37f6ed7d37261555d465f7fc7c6f9be8
2 changes: 1 addition & 1 deletion cores/esp8266/core_esp8266_postmortem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static inline void ets_println() { ets_printf_P(PSTR("\n")); }

static void cut_here() {
#ifdef NO_CUT_HERE
return;
return;
#endif

// https://tinyurl.com/8266dcdr => https://arduino-esp8266.readthedocs.io/en/latest/faq/a02-my-esp-crashes.html#exception
Expand Down