Skip to content

Commit 6b3e716

Browse files
authored
change tab to spaces
1 parent 6765e0d commit 6b3e716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/core_esp8266_postmortem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ static inline void ets_println() { ets_printf_P(PSTR("\n")); }
118118

119119
static void cut_here() {
120120
#ifdef NO_CUT_HERE
121-
return;
121+
return;
122122
#endif
123123

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

0 commit comments

Comments
 (0)