diff options
author | Stefan Dej <meteyou@gmail.com> | 2022-06-15 08:41:52 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2022-06-16 10:48:28 -0400 |
commit | c61db45613615997d6bf68704ab9cc98cb426a04 (patch) | |
tree | e3b45b44eb643f496a9a50fe21aa5636af26d6f3 | |
parent | 7f9ea231b7b9e0f76bf2c5ec02f8af89e7017f76 (diff) | |
download | kutter-c61db45613615997d6bf68704ab9cc98cb426a04.tar.gz kutter-c61db45613615997d6bf68704ab9cc98cb426a04.tar.xz kutter-c61db45613615997d6bf68704ab9cc98cb426a04.zip |
config: fix processor name in th3d ezboard lite v2.0 config
Signed-off-by: Stefan Dej <meteyou@gmail.com>
-rw-r--r-- | config/generic-th3d-ezboard-lite-v2.0.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/generic-th3d-ezboard-lite-v2.0.cfg b/config/generic-th3d-ezboard-lite-v2.0.cfg index 66a0863d..70e553e4 100644 --- a/config/generic-th3d-ezboard-lite-v2.0.cfg +++ b/config/generic-th3d-ezboard-lite-v2.0.cfg @@ -1,6 +1,6 @@ # This file contains common pin mappings for the TH3D EZBoard Lite v2. # To use this config, the firmware should be compiled for the -# STM32F407 with 12mhz Crystal, 48KiB Bootloader, and USB communication. +# STM32F405 with 12mhz Crystal, 48KiB Bootloader, and USB communication. # The "make flash" command does not work on this board. Instead, # after running "make", copy the generated "out/klipper.bin" file to a |