Skip to content

Commit

Permalink
include stdlib_noniso.h in Arduino.h see #110
Browse files Browse the repository at this point in the history
  • Loading branch information
Links2004 committed Apr 25, 2015
1 parent 00318e5 commit 6a7d94a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hardware/esp8266com/esp8266/cores/esp8266/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a7d94a

Please sign in to comment.