BareMetal: Share the 'channel' property for all providers

Change-Id: I619d0ced6231ab57a4ac556f50030112295c58ea
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Denis Shienkov
2019-11-28 16:20:38 +03:00
parent 202aa06d7c
commit 2b0dc60f4f
7 changed files with 52 additions and 52 deletions

View File

@@ -62,7 +62,7 @@ JLinkGdbServerProvider::JLinkGdbServerProvider()
{
setInitCommands(defaultInitCommands());
setResetCommands(defaultResetCommands());
setDefaultChannel("localhost", 2331);
setChannel("localhost", 2331);
setSettingsKeyBase("BareMetal.JLinkGdbServerProvider");
setTypeDisplayName(JLinkGdbServerProviderFactory::tr("JLink"));
}