Skip to content
Snippets Groups Projects
Commit 56fdcf93 authored by Tobias Frost's avatar Tobias Frost Committed by Scott Lahteine
Browse files

Disallow SD_DETECT_INVERTED with FYSETC F6. (#13307)

parent 7ce13a6e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment