Fix _BV already defined warnings for Teensy

2.0.x
Thomas Moore 7 years ago
parent 5f9592a523
commit 7bb1721f35

@ -30,6 +30,9 @@
// Includes
// --------------------------------------------------------------------------
// _BV is re-defined in Arduino.h
#undef _BV
#include <Arduino.h>
// Redefine sq macro defined by teensy3/wiring.h

Loading…
Cancel
Save