From aa96ed4ab3dd018cfe41f587c66bd703a975d6be Mon Sep 17 00:00:00 2001 From: occheung Date: Tue, 7 Dec 2021 16:35:03 +0800 Subject: [PATCH] 4410: fix whitespace in ram example --- 4410-4412.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4410-4412.tex b/4410-4412.tex index 54fe276..a9d3a51 100644 --- a/4410-4412.tex +++ b/4410-4412.tex @@ -492,7 +492,7 @@ def configure_ram_mode(self, dds): dds.set_cfr1(ram_enable=1, ram_destination=RAM_DEST_ASF) self.cpld.io_update.pulse_mu(8) - + @kernel def run(self): self.core.reset()