KNOCK_SPECTROGRAM F4 drama #7505

only: docs
This commit is contained in:
rusefillc 2025-02-25 11:32:25 -05:00
parent e571c752d8
commit b5b132e3a3
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ ifeq ($(PROJECT_CPU),ARCH_STM32F7)
else ifeq ($(PROJECT_CPU),ARCH_STM32F4)
DDEFS += -DSTATIC_BOARD_ID=STATIC_BOARD_ID_PROTEUS_F4
DDEFS += -DRAM_UNUSED_SIZE=100
# todo: https://github.com/rusefi/rusefi/pull/7505
# you would think that removal of below like would reduce flash usage but somehow it increased it somehow?!
DDEFS += -DKNOCK_SPECTROGRAM=TRUE
else ifeq ($(PROJECT_CPU),ARCH_STM32H7)
DDEFS += -DSTATIC_BOARD_ID=STATIC_BOARD_ID_PROTEUS_H7