Added derivation of TDF base class, for AVR8 targets.
Includes initialisation and validation code.
This commit is contained in:
8
build/scripts/TargetDescriptionFiles/Property.php
Normal file
8
build/scripts/TargetDescriptionFiles/Property.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace Bloom\BuildScripts\TargetDescriptionFiles;
|
||||
|
||||
class Property
|
||||
{
|
||||
public ?string $name = null;
|
||||
public ?string $value = null;
|
||||
}
|
||||
Reference in New Issue
Block a user