diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-01-22 22:47:18 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-01-28 22:46:05 +0100 |
commit | ef36224880135a05d2fbde8f048ea3fe3f425df9 (patch) | |
tree | 6e88f182967bb21cba32d1d4c7de2a9abe1dce43 /decoders/mx25lxx05d | |
parent | 4c3b1846c9c307c1c35f86d259ddb968ed92718d (diff) | |
download | libsigrokdecode-ef36224880135a05d2fbde8f048ea3fe3f425df9.tar.gz libsigrokdecode-ef36224880135a05d2fbde8f048ea3fe3f425df9.zip |
All PDs: Drop unneeded comments.
The single comment re-stating the PD's name / description / purpose in
each pd.py file is not really needed, that info is available in the
Decoder class' attributes already.
Diffstat (limited to 'decoders/mx25lxx05d')
-rw-r--r-- | decoders/mx25lxx05d/pd.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/decoders/mx25lxx05d/pd.py b/decoders/mx25lxx05d/pd.py index 1b6c6ac..d6c84e8 100644 --- a/decoders/mx25lxx05d/pd.py +++ b/decoders/mx25lxx05d/pd.py @@ -18,10 +18,6 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -# Macronix MX25Lxx05D SPI (NOR) flash chip protocol decoder - -# Note: Works for MX25L1605D/MX25L3205D/MX25L6405D. - import sigrokdecode as srd # Dict which maps command IDs to their names and descriptions. |