1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

include stdlib_noniso.h in Arduino.h see #110

This commit is contained in:
Markus Sattler 2015-04-25 10:43:10 +02:00
parent 1d6fc00fdb
commit 7f6a588773

View File

@ -33,11 +33,10 @@ extern "C" {
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>
#include "stdlib_noniso.h"
#include "binary.h" #include "binary.h"
#include "pgmspace.h" #include "pgmspace.h"
void yield(void); void yield(void);
#define HIGH 0x1 #define HIGH 0x1