From ddb6df2f852d6f22e86660546450c576171f278b Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 29 Nov 2021 00:02:21 +0000 Subject: [PATCH] --- docs/pinmux.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pinmux.mdwn b/docs/pinmux.mdwn index 78c730bca..d230d3b56 100644 --- a/docs/pinmux.mdwn +++ b/docs/pinmux.mdwn @@ -133,7 +133,7 @@ a UART (caveat below): The caveat here is that the Resources of the platform actually have to have a UART in order for it to be requestable! Thus: - resources = create_resources() + resources = create_resources() # contains resource named "uart" asic = ASICPlatform(resources) hdl = Blinker() asic.build(hdl) -- 2.30.2