summaryrefslogtreecommitdiff
path: root/digital/avr/modules/twi/test/test_twi_host.py
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules/twi/test/test_twi_host.py')
-rw-r--r--digital/avr/modules/twi/test/test_twi_host.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/digital/avr/modules/twi/test/test_twi_host.py b/digital/avr/modules/twi/test/test_twi_host.py
index 10b3e208..5af0e669 100644
--- a/digital/avr/modules/twi/test/test_twi_host.py
+++ b/digital/avr/modules/twi/test/test_twi_host.py
@@ -17,8 +17,8 @@ fh = Forked (h.wait)
n = Node ()
def nf ():
while True:
- time.sleep (1)
- n.wait (n.date + 1)
+ time.sleep (1)
+ n.wait (n.date + 1)
fn = Forked (nf)
slave = os.popen ('./test_twi_sl.host', 'w')