From 9f2f42c064e8a7100cee13460a7a3638f468f56a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 22 Jan 2014 22:56:08 +0100 Subject: All PDs: Consistent naming/case for annotation shortnames/IDs. --- decoders/spi/pd.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'decoders/spi') diff --git a/decoders/spi/pd.py b/decoders/spi/pd.py index 67c210c..4939163 100644 --- a/decoders/spi/pd.py +++ b/decoders/spi/pd.py @@ -79,10 +79,10 @@ class Decoder(srd.Decoder): 'format': ['Data format', 'hex'], } annotations = [ - ['MISO/MOSI data', 'MISO/MOSI SPI data'], - ['MISO data', 'MISO SPI data'], - ['MOSI data', 'MOSI SPI data'], - ['Warnings', 'Human-readable warnings'], + ['miso-mosi-data', 'MISO/MOSI SPI data'], + ['miso-data', 'MISO SPI data'], + ['mosi-data', 'MOSI SPI data'], + ['warnings', 'Human-readable warnings'], ] def __init__(self): -- cgit v1.2.3-70-g09d2