cover H7 too

This commit is contained in:
Matthew Kennedy 2023-11-02 12:42:50 -07:00
parent f60594f6d2
commit 0ec79437e6
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ DDEFS += -DEFI_USB_SERIAL=TRUE -DHAL_USE_USB_MSD=FALSE
# disable CAN
DDEFS += -DEFI_CAN_SUPPORT=FALSE
# Cache is disabled on F7
DDEFS += -DSTM32_SRAM2_NOCACHE=FALSE
# Cache is disabled on F7, H7
DDEFS += -DSTM32_SRAM2_NOCACHE=FALSE -DSTM32_NOCACHE_SRAM1_SRAM2=FALSE -DSTM32_NOCACHE_SRAM3=FALSE
DDEFS += -DEFI_UNIT_TEST=0 -DEFI_PROD_CODE=1 -DEFI_SIMULATOR=0