Skip to content
Snippets Groups Projects
Commit 7bb1721f authored by Thomas Moore's avatar Thomas Moore
Browse files

Fix _BV already defined warnings for Teensy

parent 5f9592a5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment