瀏覽代碼

fix duplicated definition of MOSI MISO pins in case motherboard==33

Bernhard 13 年之前
父節點
當前提交
396270a0de
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      Marlin/Sd2PinMap.h

+ 2
- 0
Marlin/Sd2PinMap.h 查看文件

@@ -38,6 +38,8 @@ struct pin_map_t {
38 38
 uint8_t const SDA_PIN = 20;  // D1
39 39
 uint8_t const SCL_PIN = 21;  // D0
40 40
 
41
+#undef MOSI_PIN
42
+#undef MISO_PIN
41 43
 // SPI port
42 44
 uint8_t const SS_PIN = 53;    // B0
43 45
 uint8_t const MOSI_PIN = 51;  // B2

Loading…
取消
儲存