Corrected bug with FUSES memory segment extraction from AVR8 TDFs
This commit is contained in:
@@ -332,7 +332,7 @@ std::optional<MemorySegment> TargetDescriptionFile::getFuseMemorySegment() const
|
||||
|
||||
if (dataAddressSpace.memorySegmentsByTypeAndName.contains(MemorySegmentType::FUSES)) {
|
||||
return dataAddressSpace.memorySegmentsByTypeAndName.at(
|
||||
MemorySegmentType::SIGNATURES
|
||||
MemorySegmentType::FUSES
|
||||
).begin()->second;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user