Renamed DebugServer class to DebugServerComponent

This commit is contained in:
Nav
2022-03-31 16:01:43 +01:00
parent 74977804b1
commit e52ef609a4
5 changed files with 15 additions and 15 deletions

View File

@@ -125,7 +125,7 @@ add_executable(Bloom
build/resources/TargetDescriptionFiles/AVR/Mapping.json
# Debug servers
src/DebugServers/DebugServer.cpp
src/DebugServers/DebugServerComponent.cpp
src/DebugServers/GdbRsp/GdbRspDebugServer.cpp
src/DebugServers/GdbRsp/GdbDebugServerConfig.cpp
src/DebugServers/GdbRsp/Connection.cpp