diff options
Diffstat (limited to 'decoders/pwm')
-rw-r--r-- | decoders/pwm/pd.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/pwm/pd.py b/decoders/pwm/pd.py index d8626ee..2eda02c 100644 --- a/decoders/pwm/pd.py +++ b/decoders/pwm/pd.py @@ -45,8 +45,8 @@ class Decoder(srd.Decoder): ('period', 'Period'), ) annotation_rows = ( - ('duty-cycle', 'Duty cycle', (0,)), - ('period', 'Period', (1,)), + ('duty-cycle-vals', 'Duty cycles', (0,)), + ('periods', 'Periods', (1,)), ) binary = ( ('raw', 'RAW file'), |