Fixed issue #21

This commit is contained in:
Benoit Blanchon
2014-09-20 18:56:22 +02:00
parent a1b6c2df75
commit 4cfb0ab84d

View File

@ -7,7 +7,8 @@
#ifndef ARDUINO
typedef unsigned char uint8_t;
#include <stddef.h>
#include <stdint.h>
// This class reproduces Arduino's Print
class Print