Browse Source

Disallow SD_DETECT_INVERTED with FYSETC F6. (#13307)

pull/1/head
Tobias Frost 5 years ago
committed by Scott Lahteine
parent
commit
56fdcf93d1
  1. 4
      Marlin/src/pins/pins_FYSETC_F6_13.h

4
Marlin/src/pins/pins_FYSETC_F6_13.h

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

Loading…
Cancel
Save