Renamed "boot_sections" property group to more accurate "boot_section_options" in AVR8 TDFs
This commit is contained in:
@@ -10,7 +10,7 @@ class DebugWireParameters
|
||||
public ?int $flashStartAddress = null;
|
||||
|
||||
/** @var BootSection[] */
|
||||
public array $bootSections = [];
|
||||
public array $bootSectionOptions = [];
|
||||
|
||||
public ?int $ramStartAddress = null;
|
||||
public ?int $eepromSize = null;
|
||||
|
||||
Reference in New Issue
Block a user