Skip to content

Commit 7f6a588

Browse files
committed
include stdlib_noniso.h in Arduino.h see #110
1 parent 1d6fc00 commit 7f6a588

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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

0 commit comments

Comments
 (0)