From 944a3b34c3cc9cc8ff8497afce6bea0151aa7a30 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Wed, 13 Feb 2019 17:16:02 +0000 Subject: [PATCH] doc: Fix typo in getting_started_rtio GitHub: Fixes #1276. --- doc/manual/getting_started_core.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/getting_started_core.rst b/doc/manual/getting_started_core.rst index f4d3c8300..66f0c1240 100644 --- a/doc/manual/getting_started_core.rst +++ b/doc/manual/getting_started_core.rst @@ -221,7 +221,7 @@ Try this: :: with self.core_dma.record("pulses"): # all RTIO operations now go to the "pulses" # DMA buffer, instead of being executed immediately. - for i in range(100): + for i in range(50): self.ttl0.pulse(100*ns) delay(100*ns)