소스 검색

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…
취소
저장