Browse Source

Disallow SD_DETECT_INVERTED with FYSETC F6. (#13307)

Tobias Frost 5 years ago
parent
commit
56fdcf93d1
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/pins/pins_FYSETC_F6_13.h

+ 4
- 0
Marlin/src/pins/pins_FYSETC_F6_13.h View File

@@ -28,6 +28,10 @@
28 28
   #error "Oops! Select 'FYSETC F6' in 'Tools > Board.'"
29 29
 #endif
30 30
 
31
+#ifdef SD_DETECT_INVERTED
32
+  #error "SD_DETECT_INVERTED must be disabled for the FYSETC_F6_13 board."
33
+#endif
34
+
31 35
 #define BOARD_NAME "FYSETC F6 1.3"
32 36
 
33 37
 #define RESET_PIN          30

Loading…
Cancel
Save