Skip to content

Commit 00318e5

Browse files
committed
uart_interrupt_handler is now in ram
1 parent abdbdb1 commit 00318e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/esp8266com/esp8266/cores/esp8266/HardwareSerial.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ UARTnr_t uart_get_debug();
101101
// ####################################################################################################
102102
// ####################################################################################################
103103

104-
void ICACHE_FLASH_ATTR uart_interrupt_handler(uart_t* uart) {
104+
void uart_interrupt_handler(uart_t* uart) {
105105

106106
// -------------- UART 0 --------------
107107
uint32_t status = READ_PERI_REG(UART_INT_ST(0));

0 commit comments

Comments
 (0)