Add stdlib_noniso.h to Arduino.h (#131)
Per #130 request, the dtostrf() definition and others were not visible.
This commit is contained in:
parent
c2cf09acbf
commit
f327e09e3e
1 changed files with 3 additions and 0 deletions
|
|
@ -24,10 +24,13 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
// Wacky deprecated AVR compatibilty functions
|
||||||
|
#include "stdlib_noniso.h"
|
||||||
|
|
||||||
#include "api/ArduinoAPI.h"
|
#include "api/ArduinoAPI.h"
|
||||||
#include <pins_arduino.h>
|
#include <pins_arduino.h>
|
||||||
|
|
||||||
|
|
||||||
// Required for the port*Register macros
|
// Required for the port*Register macros
|
||||||
#include "hardware/gpio.h"
|
#include "hardware/gpio.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue