Skip to content

Commit

Permalink
change tab to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSDavidSoft authored Aug 29, 2024
1 parent 6765e0d commit 6b3e716
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6b3e716

Please sign in to comment.