diff options
Diffstat (limited to 'decoders/pan1321')
-rw-r--r-- | decoders/pan1321/__init__.py | 1 | ||||
-rw-r--r-- | decoders/pan1321/pd.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/decoders/pan1321/__init__.py b/decoders/pan1321/__init__.py index 9bda523..7aa20f0 100644 --- a/decoders/pan1321/__init__.py +++ b/decoders/pan1321/__init__.py @@ -24,4 +24,3 @@ Bluetooth module Serial Port Profile (SPP) protocol. ''' from .pd import * - diff --git a/decoders/pan1321/pd.py b/decoders/pan1321/pd.py index 7edd1c8..60e7549 100644 --- a/decoders/pan1321/pd.py +++ b/decoders/pan1321/pd.py @@ -156,4 +156,3 @@ class Decoder(srd.Decoder): self.handle_host_command(rxtx, self.cmd[rxtx][:-2]) self.cmd[rxtx] = '' - |