Browse Source

Fix extraneous redefine of vsnprintf_P in Marduino.h (#14712)

pull/1/head
Marcio Teixeira 5 years ago
committed by Scott Lahteine
parent
commit
585a8a96b4
  1. 1
      Marlin/src/HAL/shared/Marduino.h

1
Marlin/src/HAL/shared/Marduino.h

@ -29,7 +29,6 @@
#undef M_PI // Redefined by all
#undef _BV // Redefined by some
#undef sq // Redefined by teensy3/wiring.h
#undef vsnprintf_P // Defined by avr/pgmspace.h in some platforms
#include <Arduino.h> // NOTE: If included earlier then this line is a NOOP

Loading…
Cancel
Save