From 585a8a96b4dea316f97a22f24baa166f138fd20f Mon Sep 17 00:00:00 2001
From: Marcio Teixeira <marcio@alephobjects.com>
Date: Tue, 23 Jul 2019 16:18:53 -0600
Subject: [PATCH] Fix extraneous redefine of vsnprintf_P in Marduino.h (#14712)

---
 Marlin/src/HAL/shared/Marduino.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Marlin/src/HAL/shared/Marduino.h b/Marlin/src/HAL/shared/Marduino.h
index 0b33641ba4..1cf51042cb 100644
--- a/Marlin/src/HAL/shared/Marduino.h
+++ b/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
 
-- 
GitLab