eem_7series: fix typo in 77293d5

Signed-off-by: Jonathan Coates <jonathan.coates@oxionics.com>
pull/2137/head
Jonathan Coates 2023-07-12 00:09:15 +01:00 committed by GitHub
parent faf85e815a
commit 9a84575649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ def peripheral_phaser(module, peripheral, **kwargs):
if len(peripheral["ports"]) != 1:
raise ValueError("wrong number of ports")
eem.Phaser.add_std(module, peripheral["ports"][0],
peripheral["base"], **kwargs)
peripheral["mode"], **kwargs)
def peripheral_hvamp(module, peripheral, **kwargs):