From 1b2f9b81943921cc077d09208d313bb563f339c9 Mon Sep 17 00:00:00 2001 From: Nav Date: Tue, 27 Feb 2024 19:29:07 +0000 Subject: [PATCH] Removed unused property in Peripheral TDF class --- build/scripts/Targets/TargetDescriptionFiles/Peripheral.php | 1 - 1 file changed, 1 deletion(-) 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 = [];