Construct an AVR8 TDF via a TargetSignature object, as opposed to the signature hex value.

This commit is contained in:
Nav
2021-06-03 00:25:54 +01:00
parent 5f580cc387
commit 104ec95a65
4 changed files with 6 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ namespace Bloom::Targets::Microchip::Avr::Avr8Bit::TargetDescription
* @param targetSignatureHex
* @param targetName
*/
TargetDescriptionFile(const std::string& targetSignatureHex, std::optional<std::string> targetName);
TargetDescriptionFile(const TargetSignature& targetSignature, std::optional<std::string> targetName);
/**
* Loads the AVR8 target description JSON mapping file.