1
0
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:
Ivan Grokhotkov 2015-04-25 17:43:16 +08:00
commit c855c53255
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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));