1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-23 20:18:52 +00:00

Fix _BV already defined warnings for Teensy

This commit is contained in:
Thomas Moore 2017-11-24 22:34:39 -06:00
parent 5f9592a523
commit 7bb1721f35

View File

@ -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