diff options
Diffstat (limited to 'decoders/xfp')
-rw-r--r-- | decoders/xfp/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/xfp/pd.py b/decoders/xfp/pd.py index abbf626..6230523 100644 --- a/decoders/xfp/pd.py +++ b/decoders/xfp/pd.py @@ -277,7 +277,7 @@ class Decoder(srd.Decoder): } def start(self): - self.out_ann = self.add(srd.OUTPUT_ANN, 'xfp') + self.out_ann = self.register(srd.OUTPUT_ANN) def decode(self, ss, es, data): cmd, data = data |