add missing header to use HAS_SD_HOST_DRIVE (#20270)

This commit is contained in:
Victor Oliveira 2020-11-25 01:08:35 -03:00 committed by GitHub
parent e38abef720
commit 2693e35cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
#include "../../inc/MarlinConfigPre.h"
#if defined(__STM32F1__) && HAS_SD_HOST_DRIVE
#include "msc_sd.h"