Construct an AVR8 TDF via a TargetSignature object, as opposed to the signature hex value.
This commit is contained in:
@@ -69,7 +69,7 @@ void Avr8::postPromotionConfigure() {
|
||||
void Avr8::loadPartDescription() {
|
||||
auto targetSignature = this->getId();
|
||||
auto partDescription = TargetDescription::TargetDescriptionFile(
|
||||
targetSignature.toHex(),
|
||||
targetSignature,
|
||||
(!this->name.empty()) ? std::optional(this->name) : std::nullopt
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user