🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE

See #20649
This commit is contained in:
Scott Lahteine
2021-08-07 16:06:51 -05:00
parent d49a26bcc6
commit eba0ae4ee1
2 changed files with 5 additions and 9 deletions

View File

@@ -126,11 +126,10 @@
#endif
#endif
#define ONBOARD_SD_CS_PIN P0_06 // Chip select for "System" SD card
#if SD_CONNECTION_IS(LCD) && ENABLED(SKR_USE_LCD_SD_CARD_PINS_FOR_CS)
#error "SDCARD_CONNECTION must not be 'LCD' with SKR_USE_LCD_PINS_FOR_CS."
#error "SDCARD_CONNECTION must not be 'LCD' with SKR_USE_LCD_SD_CARD_PINS_FOR_CS."
#endif
#if SD_CONNECTION_IS(LCD)