forked from M-Labs/artiq
kasli: cleanup drtio blink example
This commit is contained in:
parent
d38755feff
commit
3cbdf2fbac
|
@ -8,7 +8,6 @@ class Blink(EnvExperiment):
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
def run(self):
|
def run(self):
|
||||||
while True:
|
|
||||||
self.core.reset()
|
self.core.reset()
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|
Loading…
Reference in New Issue