forked from bblanchon/ArduinoJson
Fixed issue #21
This commit is contained in:
@ -7,7 +7,8 @@
|
|||||||
|
|
||||||
#ifndef ARDUINO
|
#ifndef ARDUINO
|
||||||
|
|
||||||
typedef unsigned char uint8_t;
|
#include <stddef.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
// This class reproduces Arduino's Print
|
// This class reproduces Arduino's Print
|
||||||
class Print
|
class Print
|
||||||
|
Reference in New Issue
Block a user