mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
uart_interrupt_handler is now in ram
This commit is contained in:
@ -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 --------------
|
// -------------- UART 0 --------------
|
||||||
uint32_t status = READ_PERI_REG(UART_INT_ST(0));
|
uint32_t status = READ_PERI_REG(UART_INT_ST(0));
|
||||||
|
Reference in New Issue
Block a user