Renamed DebugServers namespace to DebugServer

This commit is contained in:
Nav
2022-03-31 16:05:39 +01:00
parent e52ef609a4
commit ac9fad3726
58 changed files with 66 additions and 66 deletions

View File

@@ -27,7 +27,7 @@
#include "src/Helpers/BiMap.hpp"
namespace Bloom::DebugServers::Gdb
namespace Bloom::DebugServer::Gdb
{
/**
* The GdbRspDebugServer is an implementation of a GDB server using the GDB Remote Serial Protocol.