2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 05:03:34 +08:00

phaser: typo

This commit is contained in:
Sebastien Bourdeauducq 2021-05-07 10:00:10 +08:00
parent 47bf5d36af
commit eb38b664e3

View File

@ -566,7 +566,7 @@ class Phaser:
def dac_iotest(self, pattern) -> TInt32:
"""Performs a DAC IO test according to the datasheet.
:param patterm: List of four int32 containing the pattern
:param pattern: List of four int32 containing the pattern
:return: Bit error mask (16 bits)
"""
if len(pattern) != 4: