NONE on combined options

This commit is contained in:
Scott Lahteine
2019-07-05 18:20:15 -05:00
parent 67e0238c89
commit fe02241044
21 changed files with 37 additions and 37 deletions

View File

@ -30,7 +30,7 @@
#include "../inc/MarlinConfig.h"
#if ENABLED(SDSUPPORT) && DISABLED(USB_FLASH_DRIVE_SUPPORT, SDIO_SUPPORT)
#if ENABLED(SDSUPPORT) && NONE(USB_FLASH_DRIVE_SUPPORT, SDIO_SUPPORT)
/* Enable FAST CRC computations - You can trade speed for FLASH space if
* needed by disabling the following define */