diff --git a/build/scripts/Targets/TargetDescriptionFiles/Peripheral.php b/build/scripts/Targets/TargetDescriptionFiles/Peripheral.php index 62eb5a5e..169ce4e3 100644 --- a/build/scripts/Targets/TargetDescriptionFiles/Peripheral.php +++ b/build/scripts/Targets/TargetDescriptionFiles/Peripheral.php @@ -10,7 +10,6 @@ class Peripheral public ?string $key = null; public ?string $name = null; public ?string $moduleKey = null; - public ?string $moduleName = null; /** @var RegisterGroupInstance[] */ public array $registerGroupInstances = [];