From 27f7e3fe6f8493ef7390dba9d5ab0ceebab38b6d Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Sat, 16 Sep 2017 04:08:08 -0500
Subject: [PATCH] Hide problem pins in pin debug list

---
 Marlin/src/pins/pinsDebug_list.h | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/Marlin/src/pins/pinsDebug_list.h b/Marlin/src/pins/pinsDebug_list.h
index c7338f2293..5e8cb96af1 100644
--- a/Marlin/src/pins/pinsDebug_list.h
+++ b/Marlin/src/pins/pinsDebug_list.h
@@ -461,15 +461,15 @@
 #if defined(MAX6675_SS) &&  MAX6675_SS >= 0
   REPORT_NAME_DIGITAL(MAX6675_SS, __LINE__ )
 #endif
-#if defined(MISO) &&  MISO >= 0
-  REPORT_NAME_DIGITAL(MISO, __LINE__ )
-#endif
+// #if defined(MISO) &&  MISO >= 0
+//   REPORT_NAME_DIGITAL(MISO, __LINE__ )
+// #endif
 #if PIN_EXISTS(MISO)
   REPORT_NAME_DIGITAL(MISO_PIN, __LINE__ )
 #endif
-#if defined(MOSI) &&  MOSI >= 0
-  REPORT_NAME_DIGITAL(MOSI, __LINE__ )
-#endif
+// #if defined(MOSI) &&  MOSI >= 0
+//   REPORT_NAME_DIGITAL(MOSI, __LINE__ )
+// #endif
 #if PIN_EXISTS(MOSI)
   REPORT_NAME_DIGITAL(MOSI_PIN, __LINE__ )
 #endif
@@ -521,9 +521,9 @@
 #if PIN_EXISTS(SAFETY_TRIGGERED)
   REPORT_NAME_DIGITAL(SAFETY_TRIGGERED_PIN, __LINE__ )
 #endif
-#if defined(SCK) &&  SCK >= 0
-  REPORT_NAME_DIGITAL(SCK, __LINE__ )
-#endif
+// #if defined(SCK) &&  SCK >= 0
+//   REPORT_NAME_DIGITAL(SCK, __LINE__ )
+// #endif
 #if PIN_EXISTS(SCK)
   REPORT_NAME_DIGITAL(SCK_PIN, __LINE__ )
 #endif
-- 
GitLab