forked from qt-creator/qt-creator
BareMetal: Share the 'channel' property for all providers
Change-Id: I619d0ced6231ab57a4ac556f50030112295c58ea Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -62,7 +62,7 @@ JLinkGdbServerProvider::JLinkGdbServerProvider()
|
||||
{
|
||||
setInitCommands(defaultInitCommands());
|
||||
setResetCommands(defaultResetCommands());
|
||||
setDefaultChannel("localhost", 2331);
|
||||
setChannel("localhost", 2331);
|
||||
setSettingsKeyBase("BareMetal.JLinkGdbServerProvider");
|
||||
setTypeDisplayName(JLinkGdbServerProviderFactory::tr("JLink"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user