forked from M-Labs/artiq
1
0
Fork 0

coredevice: fix run method

This commit is contained in:
Sebastien Bourdeauducq 2021-11-16 18:32:14 +08:00
parent 01f21f7545
commit f4acf04405
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ class Core:
self.comm.load(kernel_library) self.comm.load(kernel_library)
self.comm.run() self.comm.run()
self.comm.serve(None, None, None) self.comm.serve(None, None, None)
return result
@portable @portable
def seconds_to_mu(self, seconds: float) -> int64: def seconds_to_mu(self, seconds: float) -> int64: