Skip to content

Commit 2716f3c

Browse files
authored
rename symbols to correct ones
1 parent 6b3e716 commit 2716f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cores/esp8266/core_esp8266_postmortem.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ static void cut_here() {
125125
ets_printf_P(PSTR("\nTo make this dump useful, DECODE IT - https://tinyurl.com/8266dcdr\n"));
126126

127127
for (auto i = 0; i < 15; i++ ) {
128-
ets_uart_putc1('-');
128+
crash_ets_uart_putc1('-');
129129
}
130130
ets_printf_P(PSTR(" CUT HERE FOR EXCEPTION DECODER "));
131131
for (auto i = 0; i < 15; i++ ) {
132-
ets_uart_putc1('-');
132+
crash_ets_uart_putc1('-');
133133
}
134134
ets_println();
135135
}

0 commit comments

Comments
 (0)