From 5bea1a25dc3225ec9b46e958967ce11691d13ba0 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 28 Nov 2021 21:47:18 +0000 Subject: [PATCH] --- docs/pinmux.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/pinmux.mdwn b/docs/pinmux.mdwn index 34af8030a..193e6778d 100644 --- a/docs/pinmux.mdwn +++ b/docs/pinmux.mdwn @@ -226,4 +226,7 @@ recogniseable well-known name. Next, these Resources need to be handed to a ResourceManager or a Platform (Platform derives from ResourceManager) - + class ASICPlatform(TemplatedPlatform): + def __init__(self, resources): + super().__init__() + self.add_resources(resources) -- 2.30.2