artiq/coredevice/dds: fix dds_set signature

This commit is contained in:
Sebastien Bourdeauducq 2015-12-23 17:25:31 +08:00
parent e4233d706d
commit e4d73c0302
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ def dds_batch_exit() -> TNone:
@syscall
def dds_set(time_mu: TInt64, channel: TInt32, ftw: TInt32,
pow: TInt32, phase_mode: TInt32) -> TNone:
pow: TInt32, phase_mode: TInt32, amplitude: TInt32) -> TNone:
raise NotImplementedError("syscall not simulated")