mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-01 17:41:54 +01:00
collector/serial_trace: Fix typo
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user