mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
include stdlib_noniso.h in Arduino.h see #110
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user