This commit is contained in:
Nav
2024-12-24 19:58:48 +00:00
parent c288e0e838
commit 674b11575d
2 changed files with 26 additions and 35 deletions

View File

@@ -109,10 +109,7 @@ namespace Targets::Microchip::Avr8
}
bool Avr8::supportsDebugTool(DebugTool* debugTool) {
return debugTool->getAvr8DebugInterface(
this->targetDescriptionFile,
this->targetConfig
) != nullptr;
return debugTool->getAvr8DebugInterface(this->targetDescriptionFile, this->targetConfig) != nullptr;
}
void Avr8::setDebugTool(DebugTool* debugTool) {
@@ -309,7 +306,7 @@ namespace Targets::Microchip::Avr8
registerFileMemorySegment.startAddress + i,
1,
TargetRegisterType::GENERAL_PURPOSE_REGISTER,
TargetRegisterAccess(true, true),
TargetRegisterAccess{true, true},
std::nullopt,
{}
}