summaryrefslogtreecommitdiff
path: root/decoders/rfm12
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/rfm12')
-rw-r--r--decoders/rfm12/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/rfm12/__init__.py b/decoders/rfm12/__init__.py
index 0ad72e5..725d443 100644
--- a/decoders/rfm12/__init__.py
+++ b/decoders/rfm12/__init__.py
@@ -23,4 +23,4 @@ This decoder stacks on top of the 'spi' PD and decodes the HopeRF RFM12
wireless transceiver control protocol.
'''
-from .pd import *
+from .pd import Decoder