Skip to content

Commit c855c53

Browse files
committed
Merge pull request #113 from Links2004/esp8266
update the SDK to 1.0.1_15_04_24, and some more
2 parents b791c00 + 7f6a588 commit c855c53

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cores/esp8266/Arduino.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ extern "C" {
3333
#include <string.h>
3434
#include <math.h>
3535

36+
#include "stdlib_noniso.h"
3637
#include "binary.h"
3738
#include "pgmspace.h"
3839

39-
40-
4140
void yield(void);
4241

4342
#define HIGH 0x1

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)