mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
collector/serial_trace: Fix typo
This commit is contained in:
parent
3d5a164338
commit
1ad2e895b3
@ -33,7 +33,7 @@ class SerialTraceCollector(CollectorBase):
|
||||
self.serial_port = serial_port
|
||||
self.baudrate = baudrate
|
||||
self.timeout = timeout
|
||||
self.output_path - None
|
||||
self.output_path = None
|
||||
|
||||
self._serial_target = None
|
||||
self._conn = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user