This commit is contained in:
Dan Clark
2025-02-09 13:51:25 +00:00
parent f2e501454e
commit 0afe621f59
22 changed files with 147 additions and 122 deletions
@@ -1,7 +1,7 @@
namespace Toolkit.Foundation;
public record MicrocontrollerModuleDescriptor<TModule> :
IMicrocontrollerModuleDescriptor<TModule> where TModule : IMicrocontrollerModule, new()
public record MicroControllerModuleDescriptor<TModule> :
IMicroControllerModuleDescriptor<TModule> where TModule : IMicroControllerModule, new()
{
public Type Type => typeof(TModule);