1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
This commit is contained in:
Kaspar Schleiser 2010-10-26 17:14:55 +02:00
parent 7f252e0f2b
commit 6f5b9c599a

View File

@ -4,7 +4,7 @@ import pexpect
import os
import subprocess
child = pexpect.spawn ("board/msba2/tools/bin/pseudoterm %s" % os.environ["PORT"])
child = pexpect.spawn ("pseudoterm %s" % os.environ["PORT"])
null = open('/dev/null', 'wb')
subprocess.call(['jam', 'reset'], stdout=null)