Skip to content

Commit 1d6fc00

Browse files
committed
uart_interrupt_handler is now in ram
1 parent b791c00 commit 1d6fc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)