Changed AVR-GDB command packet class to a bare interface class
This commit is contained in:
@@ -9,7 +9,7 @@ namespace DebugServer::Gdb::AvrGdb::CommandPackets
|
||||
using Services::TargetControllerService;
|
||||
|
||||
VContSupportedActionsQuery::VContSupportedActionsQuery(const RawPacket& rawPacket)
|
||||
: CommandPacket(rawPacket)
|
||||
: Gdb::CommandPackets::CommandPacket(rawPacket)
|
||||
{}
|
||||
|
||||
void VContSupportedActionsQuery::handle(
|
||||
|
||||
Reference in New Issue
Block a user