10000 include stdlib_noniso.h in Arduino.h see #110 · lemio/Arduino@6a7d94a · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a7d94a

Browse files
committed
include stdlib_noniso.h in Arduino.h see esp8266#110
1 parent 00318e5 commit 6a7d94a

File tree

  • hardware/esp8266com/esp8266/cores/esp8266

1 file changed

+1
-2
lines changed

hardware/esp8266com/esp8266/cores/esp8266/Arduino.h

Lines changed: 1 addition & 2 deletions
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)
0