mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
add new macro for force function to ram
move uart_interrupt_handler in ram
This commit is contained in:
parent
a8658c8f1c
commit
2b3302c714
@ -101,7 +101,7 @@ UARTnr_t uart_get_debug();
|
||||
// ####################################################################################################
|
||||
// ####################################################################################################
|
||||
|
||||
void uart_interrupt_handler(uart_t* uart) {
|
||||
void ICACHE_RAM_ATTR uart_interrupt_handler(uart_t* uart) {
|
||||
|
||||
// -------------- UART 0 --------------
|
||||
uint32_t status = READ_PERI_REG(UART_INT_ST(0));
|
||||
|
Loading…
x
Reference in New Issue
Block a user