From b1c13bce5856fb8f946967f8f5064c7e3d425709 Mon Sep 17 00:00:00 2001
From: ManuelMcLure <manuel@mclure.org>
Date: Mon, 15 Apr 2019 18:21:26 -0700
Subject: [PATCH] Fix EEPROM_CHITCHAT (and debug_out.h) (#13716)

---
 Marlin/src/core/debug_out.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Marlin/src/core/debug_out.h b/Marlin/src/core/debug_out.h
index e92c5c5416..81e1e216b4 100644
--- a/Marlin/src/core/debug_out.h
+++ b/Marlin/src/core/debug_out.h
@@ -19,7 +19,6 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
-#pragma once
 
 //
 // Serial aliases for debugging.
-- 
GitLab