Moved reserveSteppingBreakpoint AVR8 config param to more generic TargetConfig struct

This commit is contained in:
Nav
2024-10-06 17:09:06 +01:00
parent d21afc47f4
commit 7fc1145d4b
4 changed files with 11 additions and 11 deletions

View File

@@ -49,11 +49,5 @@ namespace Targets::Microchip::Avr8
this->preserveEeprom
);
}
if (targetNode["reserveSteppingBreakpoint"]) {
this->reserveSteppingBreakpoint = targetNode["reserveSteppingBreakpoint"].as<bool>(
this->reserveSteppingBreakpoint
);
}
}
}