fix compile on newer Arduino IDE
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 10 Jan 2016 13:58:50 +0000 (14:58 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 10 Jan 2016 13:58:50 +0000 (14:58 +0100)
libraries/ps2/ps2.h

index 7415a46..da6f78b 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef ps2_h\r
 #define ps2_h\r
 \r
-#include "WProgram.h"\r
+#include "Arduino.h"\r
 \r
 class PS2\r
 {\r