STM32 Shared Media - USB Mass Storage Device (#20956)

This commit is contained in:
Victor Oliveira
2021-02-02 17:55:11 -03:00
committed by GitHub
parent 0ce3f6efe0
commit 28b8bf566b
6 changed files with 167 additions and 1 deletions

View File

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