Tidying
This commit is contained in:
@@ -33,11 +33,6 @@ class Avr8TargetDescriptionFile extends TargetDescriptionFile
|
|||||||
const AVR8_PHYSICAL_INTERFACE_UPDI = 'UPDI';
|
const AVR8_PHYSICAL_INTERFACE_UPDI = 'UPDI';
|
||||||
const AVR8_PHYSICAL_INTERFACE_DEBUG_WIRE = 'DEBUG_WIRE';
|
const AVR8_PHYSICAL_INTERFACE_DEBUG_WIRE = 'DEBUG_WIRE';
|
||||||
|
|
||||||
protected function init()
|
|
||||||
{
|
|
||||||
parent::init();
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getSignature(): ?Signature
|
public function getSignature(): ?Signature
|
||||||
{
|
{
|
||||||
$byteZero = $this->getPropertyValue('signatures', 'signature0');
|
$byteZero = $this->getPropertyValue('signatures', 'signature0');
|
||||||
|
|||||||
Reference in New Issue
Block a user