2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

phaser: don't init rtio in startup_kernel

This commit is contained in:
Robert Jördens 2016-12-12 20:45:21 +01:00
parent e9592105ce
commit 708c25b83a

View File

@ -10,7 +10,6 @@ class StartupKernel(EnvExperiment):
@kernel
def run(self):
self.core.reset()
self.ad9154.jesd_enable(0)
self.ad9154.init()
self.clock_setup()