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
1 changed files with 0 additions and 1 deletions

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()