mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
...
This commit is contained in:
parent
7f252e0f2b
commit
6f5b9c599a
@ -4,7 +4,7 @@ import pexpect
|
|||||||
import os
|
import os
|
||||||
import subprocess
|
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')
|
null = open('/dev/null', 'wb')
|
||||||
subprocess.call(['jam', 'reset'], stdout=null)
|
subprocess.call(['jam', 'reset'], stdout=null)
|
||||||
|
Loading…
Reference in New Issue
Block a user