Browse Source

Fix _BV already defined warnings for Teensy

pull/1/head
Thomas Moore 7 years ago
parent
commit
7bb1721f35
  1. 3
      Marlin/src/HAL/HAL_TEENSY35_36/HAL_Teensy.h

3
Marlin/src/HAL/HAL_TEENSY35_36/HAL_Teensy.h

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