diff --git a/avr/libraries/Wire1/src/Wire1.h b/avr/libraries/Wire1/src/Wire1.h index 71e4bf94..a69d0d8f 100755 --- a/avr/libraries/Wire1/src/Wire1.h +++ b/avr/libraries/Wire1/src/Wire1.h @@ -2,7 +2,6 @@ #define TwoWire1_h #include -#include "Wire1_timeout.h" extern TwoWire Wire1; diff --git a/avr/libraries/Wire1/src/Wire1_timeout.h b/avr/libraries/Wire1/src/Wire1_timeout.h deleted file mode 100644 index 906c6ba1..00000000 --- a/avr/libraries/Wire1/src/Wire1_timeout.h +++ /dev/null @@ -1,4 +0,0 @@ -// Enable Wire timeout by uncommenting the line below -#ifndef WIRE_TIMEOUT -//#define WIRE_TIMEOUT -#endif