Corrected broken namespace (regression of renaming)

This commit is contained in:
Nav
2022-03-25 00:03:35 +00:00
parent 2b3a6fd27f
commit 0a9e00aad9

View File

@@ -50,7 +50,7 @@ namespace Bloom
{
"avr-gdb-rsp",
[this] () -> std::unique_ptr<DebugServers::DebugServer> {
return std::make_unique<DebugServers::Gdb::AvrGdbRsp>(
return std::make_unique<DebugServers::Gdb::AvrGdb::AvrGdbRsp>(
this->projectConfig.value(),
this->environmentConfig.value(),
this->debugServerConfig.value()