File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,10 @@ extern "C" {
33
33
#include <string.h>
34
34
#include <math.h>
35
35
36
+ #include "stdlib_noniso.h"
36
37
#include "binary.h"
37
38
#include "pgmspace.h"
38
39
39
-
40
-
41
40
void yield (void );
42
41
43
42
#define HIGH 0x1
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ UARTnr_t uart_get_debug();
101
101
// ####################################################################################################
102
102
// ####################################################################################################
103
103
104
- void ICACHE_FLASH_ATTR uart_interrupt_handler (uart_t * uart) {
104
+ void uart_interrupt_handler (uart_t * uart) {
105
105
106
106
// -------------- UART 0 --------------
107
107
uint32_t status = READ_PERI_REG (UART_INT_ST (0 ));
You can’t perform that action at this time.
0 commit comments