FRANKENSO to use HAL_VSS_USE_PAL

This commit is contained in:
rusefillc 2021-01-23 22:57:13 -05:00
parent e972ba310b
commit 7c66b535e5
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ DDEFS += -DSTM32F407xx
# We are running on Frankenso hardware! # We are running on Frankenso hardware!
DDEFS += -DHW_FRANKENSO=1 DDEFS += -DHW_FRANKENSO=1
DDEFS += -DHAL_VSS_USE_PAL=TRUE
# Shared variables # Shared variables
ALLCSRC += $(BOARDSRC) ALLCSRC += $(BOARDSRC)