Added description member to TargetPeripheralDescriptor

This commit is contained in:
Nav
2024-10-08 21:25:59 +01:00
parent 9e4d10ae91
commit 9cfc171255
5 changed files with 10 additions and 2 deletions

View File

@@ -984,6 +984,7 @@ namespace Targets::TargetDescription
auto output = TargetPeripheralDescriptor{
peripheral.key,
peripheral.name,
peripheralModule.description,
{},
{}
};