doc: Fix typo in getting_started_rtio

GitHub: Fixes #1276.
pull/1278/head
David Nadlinger 2019-02-13 17:16:02 +00:00 committed by GitHub
parent 322861225e
commit 944a3b34c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)