From 1d6fc00fdba25774783553df7d403012378fb5d2 Mon Sep 17 00:00:00 2001 From: Markus Sattler Date: Fri, 24 Apr 2015 21:15:41 +0200 Subject: [PATCH] uart_interrupt_handler is now in ram --- cores/esp8266/HardwareSerial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/esp8266/HardwareSerial.cpp b/cores/esp8266/HardwareSerial.cpp index 27cc35e96..907e29733 100644 --- a/cores/esp8266/HardwareSerial.cpp +++ b/cores/esp8266/HardwareSerial.cpp @@ -101,7 +101,7 @@ UARTnr_t uart_get_debug(); // #################################################################################################### // #################################################################################################### -void ICACHE_FLASH_ATTR uart_interrupt_handler(uart_t* uart) { +void uart_interrupt_handler(uart_t* uart) { // -------------- UART 0 -------------- uint32_t status = READ_PERI_REG(UART_INT_ST(0));