mirror of https://github.com/m-labs/artiq.git
coredevice: fix run method
This commit is contained in:
parent
01f21f7545
commit
f4acf04405
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue