mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-04 18:03:20 +03:00
Merge pull request #113 from Links2004/esp8266
update the SDK to 1.0.1_15_04_24, and some more
This commit is contained in:
commit
c855c53255
@ -33,11 +33,10 @@ extern "C" {
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "stdlib_noniso.h"
|
||||
#include "binary.h"
|
||||
#include "pgmspace.h"
|
||||
|
||||
|
||||
|
||||
void yield(void);
|
||||
|
||||
#define HIGH 0x1
|
||||
|
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user