mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-26 08:20:18 +00:00
proxy.py: Make compatible with older pyserial
We don't use this right now, anyway Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
ccc2d0b450
commit
a5c7e1557f
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Serial(serial.Serial):
|
|||
return
|
||||
|
||||
def reset_input_buffer(self):
|
||||
super()._reset_input_buffer()
|
||||
return
|
||||
|
||||
class UartError(RuntimeError):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue