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/klippy | |
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/klippy')
-rw-r--r-- | test/klippy/printers.test | 2 |
1 files changed, 1 insertions, 1 deletions
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 |