Benoit Blanchon 11 лет назад
Родитель
Сommit
4cfb0ab84d
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      JsonGenerator/Print.h

+ 2 - 1
JsonGenerator/Print.h

@@ -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