coredevice/fastino: Fix stray punctuation [nfc]

pull/1999/head
David Nadlinger 2022-12-01 12:11:35 +00:00
parent aa2febca53
commit 1abedba6dc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class Fastino:
DAC updates synchronized to a frame edge.
The `log2_width=0` RTIO layout uses one DAC channel per RTIO address and a
dense RTIO address space. The RTIO words are narrow. (32 bit) and
dense RTIO address space. The RTIO words are narrow (32 bit) and
few-channel updates are efficient. There is the least amount of DAC state
tracking in kernels, at the cost of more DMA and RTIO data.
The setting here and in the RTIO PHY (gateware) must match.