mirror of
				https://github.com/ARM-software/devlib.git
				synced 2025-11-03 23:41:21 +00: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