This commit is contained in:
Nav
2023-12-12 23:25:29 +00:00
parent ec51a21846
commit 41a6e0bbbd
4 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ namespace DebugServer
{
"avr-gdb-rsp",
[this] () -> std::unique_ptr<ServerInterface> {
if (this->targetDescriptor.family != Targets::TargetFamily::AVR8) {
if (this->targetDescriptor.family != Targets::TargetFamily::AVR_8) {
throw Exceptions::Exception("The AVR GDB RSP server is only compatible with AVR8 targets.");
}