kind of a fix?

This commit is contained in:
rusefillc 2022-12-17 18:59:38 -05:00
parent 4e60a9741e
commit 940352b077
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
// If USB and File logging, enable USB Mass Storage & community
#define HAL_USE_USB_MSD (EFI_FILE_LOGGING && EFI_USB_SERIAL)
#define HAL_USE_COMMUNITY (EFI_FILE_LOGGING && EFI_USB_SERIAL)
#define HAL_USE_COMMUNITY (EFI_FILE_LOGGING && EFI_USB_SERIAL) || HAL_USE_EEPROM
#define USB_MSD_LUN_COUNT 2
// only the MSD driver requires USB_USE_WAIT