瀏覽代碼

Hide problem pins in pin debug list

Scott Lahteine 7 年之前
父節點
當前提交
27f7e3fe6f
共有 1 個文件被更改,包括 9 次插入9 次删除
  1. 9
    9
      Marlin/src/pins/pinsDebug_list.h

+ 9
- 9
Marlin/src/pins/pinsDebug_list.h 查看文件

@@ -461,15 +461,15 @@
461 461
 #if defined(MAX6675_SS) &&  MAX6675_SS >= 0
462 462
   REPORT_NAME_DIGITAL(MAX6675_SS, __LINE__ )
463 463
 #endif
464
-#if defined(MISO) &&  MISO >= 0
465
-  REPORT_NAME_DIGITAL(MISO, __LINE__ )
466
-#endif
464
+// #if defined(MISO) &&  MISO >= 0
465
+//   REPORT_NAME_DIGITAL(MISO, __LINE__ )
466
+// #endif
467 467
 #if PIN_EXISTS(MISO)
468 468
   REPORT_NAME_DIGITAL(MISO_PIN, __LINE__ )
469 469
 #endif
470
-#if defined(MOSI) &&  MOSI >= 0
471
-  REPORT_NAME_DIGITAL(MOSI, __LINE__ )
472
-#endif
470
+// #if defined(MOSI) &&  MOSI >= 0
471
+//   REPORT_NAME_DIGITAL(MOSI, __LINE__ )
472
+// #endif
473 473
 #if PIN_EXISTS(MOSI)
474 474
   REPORT_NAME_DIGITAL(MOSI_PIN, __LINE__ )
475 475
 #endif
@@ -521,9 +521,9 @@
521 521
 #if PIN_EXISTS(SAFETY_TRIGGERED)
522 522
   REPORT_NAME_DIGITAL(SAFETY_TRIGGERED_PIN, __LINE__ )
523 523
 #endif
524
-#if defined(SCK) &&  SCK >= 0
525
-  REPORT_NAME_DIGITAL(SCK, __LINE__ )
526
-#endif
524
+// #if defined(SCK) &&  SCK >= 0
525
+//   REPORT_NAME_DIGITAL(SCK, __LINE__ )
526
+// #endif
527 527
 #if PIN_EXISTS(SCK)
528 528
   REPORT_NAME_DIGITAL(SCK_PIN, __LINE__ )
529 529
 #endif

Loading…
取消
儲存