phaser: typo

pull/1676/head
Sebastien Bourdeauducq 2021-05-07 10:00:10 +08:00
parent 47bf5d36af
commit eb38b664e3
1 changed files with 1 additions and 1 deletions

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: