We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b791c00 + 7f6a588 commit c855c53Copy full SHA for c855c53
cores/esp8266/Arduino.h
@@ -33,11 +33,10 @@ extern "C" {
33
#include <string.h>
34
#include <math.h>
35
36
+#include "stdlib_noniso.h"
37
#include "binary.h"
38
#include "pgmspace.h"
39
-
40
41
void yield(void);
42
43
#define HIGH 0x1
cores/esp8266/HardwareSerial.cpp
@@ -101,7 +101,7 @@ UARTnr_t uart_get_debug();
101
// ####################################################################################################
102
103
104
-void ICACHE_FLASH_ATTR uart_interrupt_handler(uart_t* uart) {
+void uart_interrupt_handler(uart_t* uart) {
105
106
// -------------- UART 0 --------------
107
uint32_t status = READ_PERI_REG(UART_INT_ST(0));
0 commit comments