diff options
Diffstat (limited to 'src/splitscreen_duo/serial.py')
| -rw-r--r-- | src/splitscreen_duo/serial.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/splitscreen_duo/serial.py b/src/splitscreen_duo/serial.py index bc9caec..1eb1405 100644 --- a/src/splitscreen_duo/serial.py +++ b/src/splitscreen_duo/serial.py @@ -15,7 +15,6 @@ class Serial: def readline(self): return self.serial.readline() - + def in_waiting(self): return self.serial.in_waiting - |