SDIO support for STM32F1 (#12782)

This commit is contained in:
jmz52
2019-01-04 22:38:07 +03:00
committed by Scott Lahteine
parent 6a8fb0f25f
commit d372e7e477
9 changed files with 480 additions and 13 deletions

View File

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