Skip to content

Commit 10a0912

Browse files
committedMar 9, 2016
test_spi: break_realtime
1 parent 349a661 commit 10a0912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎artiq/test/coredevice/test_spi.py

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def build(self):
99

1010
@kernel
1111
def run(self):
12+
self.core.break_realtime()
1213
t = now_mu()
1314
self.spi0.set_config_mu()
1415
at_mu(t)
@@ -23,6 +24,7 @@ def build(self):
2324

2425
@kernel
2526
def run(self):
27+
self.core.break_realtime()
2628
t = now_mu()
2729
self.spi0.set_config_mu()
2830
at_mu(t + self.spi0.ref_period_mu)

0 commit comments

Comments
 (0)
Please sign in to comment.