projet_pololu_et5_ees

Fork of FastIO by Erik -

Revision:
23:6b6ea8ba43e3
Parent:
20:ed72895a2402
--- a/FastIO.h	Tue May 17 20:06:23 2016 +0000
+++ b/FastIO.h	Fri Mar 09 10:03:26 2018 +0000
@@ -108,7 +108,7 @@
      * @param pin pin the FastOut object should be used for
      * @param initial (optional) initial state of the pin after construction: default is 0 (low)
      */
-    FastOut() : FastInOut<pin>::FastInOut() {
+   FastOut() : FastInOut<pin>::FastInOut() {
         write(initial);
         SET_DIR_OUTPUT;
     }