forked from sinara-hw/datasheets
4410: fix whitespace in ram example
This commit is contained in:
parent
60861ccf1f
commit
aa96ed4ab3
|
@ -492,7 +492,7 @@ def configure_ram_mode(self, dds):
|
||||||
dds.set_cfr1(ram_enable=1, ram_destination=RAM_DEST_ASF)
|
dds.set_cfr1(ram_enable=1, ram_destination=RAM_DEST_ASF)
|
||||||
|
|
||||||
self.cpld.io_update.pulse_mu(8)
|
self.cpld.io_update.pulse_mu(8)
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
def run(self):
|
def run(self):
|
||||||
self.core.reset()
|
self.core.reset()
|
||||||
|
|
Loading…
Reference in New Issue