This commit is contained in:
Nav
2024-02-22 20:41:32 +00:00
parent 0c8ba1b7b7
commit ccf631fcc7
3 changed files with 2 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ class Avr8TargetDescriptionFile extends TargetDescriptionFile
public function getAdditionalDeviceAttributes(): array
{
return [
'avr-family' => $this->getAvrFamily()->value,
'avr-family' => $this->getAvrFamily()->value ?? '',
];
}