mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-27 13:56:24 +00:00
Fix extraneous redefine of vsnprintf_P in Marduino.h (#14712)
This commit is contained in:
parent
7085781c71
commit
585a8a96b4
@ -29,7 +29,6 @@
|
|||||||
#undef M_PI // Redefined by all
|
#undef M_PI // Redefined by all
|
||||||
#undef _BV // Redefined by some
|
#undef _BV // Redefined by some
|
||||||
#undef sq // Redefined by teensy3/wiring.h
|
#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
|
#include <Arduino.h> // NOTE: If included earlier then this line is a NOOP
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user