summaryrefslogtreecommitdiffhomepage
path: root/tools/trace/tinter/thost.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/trace/tinter/thost.py')
-rw-r--r--tools/trace/tinter/thost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/trace/tinter/thost.py b/tools/trace/tinter/thost.py
index 885fbbb3..cdaef554 100644
--- a/tools/trace/tinter/thost.py
+++ b/tools/trace/tinter/thost.py
@@ -19,7 +19,7 @@ def log (x):
class THost:
"""Class to connect to the flash memory."""
def __init__(self):
- self.__proto = Proto (serial.Serial ('/dev/ttyACM0'), time.time, 0.1)
+ self.__proto = Proto (serial.Serial ('/dev/ttyUSB0'), time.time, 0.1)
self.__memory = list()
self.__traces = []