test: Fix typos related to STM32F446 (#4444)

Signed-off-by: Charles Pickering <charles.pickering@live.com>
This commit is contained in:
charlespick 2021-06-30 17:09:36 -07:00 committed by GitHub
parent 430578957f
commit ab8c571070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# Base config file for STM32F407 ARM processor # Base config file for STM32F446 ARM processor
CONFIG_MACH_STM32=y CONFIG_MACH_STM32=y
CONFIG_MACH_STM32F446=y CONFIG_MACH_STM32F446=y

View File

@ -174,7 +174,7 @@ CONFIG ../../config/generic-prusa-buddy.cfg
CONFIG ../../config/printer-prusa-mini-plus-2020.cfg CONFIG ../../config/printer-prusa-mini-plus-2020.cfg
# Printers using the stm32f446 # Printers using the stm32f446
DICTIONARY stm32f407.dict DICTIONARY stm32f446.dict
CONFIG ../../config/generic-fysetc-s6.cfg CONFIG ../../config/generic-fysetc-s6.cfg
CONFIG ../../config/generic-fysetc-s6-v2.cfg CONFIG ../../config/generic-fysetc-s6-v2.cfg
CONFIG ../../config/generic-fysetc-spider.cfg CONFIG ../../config/generic-fysetc-spider.cfg