Renamed TargetControllerConsole to TargetControllerService
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Bloom::DebugServer::Gdb::AvrGdb
|
||||
DebugServer::Gdb::GdbRspDebugServer::init();
|
||||
|
||||
this->gdbTargetDescriptor = TargetDescriptor(
|
||||
this->targetControllerConsole.getTargetDescriptor()
|
||||
this->targetControllerService.getTargetDescriptor()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user