Compare commits

..

No commits in common. "e108dd919ab273f55b3e63746dfa52c7466c255b" and "238cfae09d8aed910260992cd7dcfce5e16482e8" have entirely different histories.

View File

@ -4,12 +4,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#ifdef ARDUINO
#include <Arduino.h> #include <Arduino.h>
#else
typedef bool boolean;
#endif //ARDUINO
template <typename T> template <typename T>
class Dictionary; class Dictionary;