👽️ Fix usb-host-msc-cdc-msc issue (#22025)

This commit is contained in:
Victor Oliveira
2021-06-03 18:52:25 -03:00
committed by Scott Lahteine
parent d62619c9c8
commit 057302b936
4 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
*/
#pragma once
#if defined(USBD_USE_CDC_MSC) && DISABLED(NO_SD_HOST_DRIVE)
#if BOTH(SDSUPPORT, USBD_USE_CDC_MSC) && DISABLED(NO_SD_HOST_DRIVE)
#define HAS_SD_HOST_DRIVE 1
#endif