USB mass storage tweaking #2352

This commit is contained in:
rusefillc 2021-02-16 14:59:54 -05:00
parent 686570a1df
commit 7b55648779
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ DDEFS += -DEFI_ICU_INPUTS=FALSE -DHAL_TRIGGER_USE_PAL=TRUE -DHAL_VSS_USE_PAL=TRU
# todo: is it broken?
DDEFS += -DEFI_LOGIC_ANALYZER=FALSE
# USB mass storage support
DDEFS += -DHAL_USE_COMMUNITY=TRUE -DHAL_USE_USB_MSD=TRUE
# We are running on Hellen-One hardware!
DDEFS += -DHW_HELLEN=1