Renamed WCH-LinkE debug tool config value

This commit is contained in:
Nav
2024-12-29 21:59:16 +00:00
parent a0631c21e6
commit 7535267a3b

View File

@@ -403,7 +403,7 @@ namespace TargetController
} }
}, },
{ {
"wch_link_e", "wch_linke",
[this] { [this] {
return std::make_unique<WchLinkE>(this->environmentConfig.debugToolConfig); return std::make_unique<WchLinkE>(this->environmentConfig.debugToolConfig);
} }