diff options
author | charlespick <charles.pickering19@gmail.com> | 2021-06-30 17:09:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 20:09:36 -0400 |
commit | ab8c571070506e037e00d28a1adb9a1ad9592aed (patch) | |
tree | a5643275e695ec35cf3838ece210bdd83306df2c /test | |
parent | 430578957f37f42815ffea900cbc3459d6fd0888 (diff) | |
download | kutter-ab8c571070506e037e00d28a1adb9a1ad9592aed.tar.gz kutter-ab8c571070506e037e00d28a1adb9a1ad9592aed.tar.xz kutter-ab8c571070506e037e00d28a1adb9a1ad9592aed.zip |
test: Fix typos related to STM32F446 (#4444)
Signed-off-by: Charles Pickering <charles.pickering@live.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/configs/stm32f446.config | 2 | ||||
-rw-r--r-- | test/klippy/printers.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/configs/stm32f446.config b/test/configs/stm32f446.config index c9ba1caf..52922864 100644 --- a/test/configs/stm32f446.config +++ b/test/configs/stm32f446.config @@ -1,3 +1,3 @@ -# Base config file for STM32F407 ARM processor +# Base config file for STM32F446 ARM processor CONFIG_MACH_STM32=y CONFIG_MACH_STM32F446=y diff --git a/test/klippy/printers.test b/test/klippy/printers.test index f9fee83b..a0c83bc9 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -174,7 +174,7 @@ CONFIG ../../config/generic-prusa-buddy.cfg CONFIG ../../config/printer-prusa-mini-plus-2020.cfg # Printers using the stm32f446 -DICTIONARY stm32f407.dict +DICTIONARY stm32f446.dict CONFIG ../../config/generic-fysetc-s6.cfg CONFIG ../../config/generic-fysetc-s6-v2.cfg CONFIG ../../config/generic-fysetc-spider.cfg |