X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fspiflash%2Flists.py;h=ba9f2c2b5a6dd5fff6e37aba4558184132990fc7;hp=f2d5bc675cfa073147cda44eff58d02304d6b9d3;hb=de22de7f5d6e371f4c8cdd2b211b8e5a1fbe973a;hpb=1be94d3d0d62d233c33cb1d8e2f5719e2973267c diff --git a/decoders/spiflash/lists.py b/decoders/spiflash/lists.py index f2d5bc6..ba9f2c2 100644 --- a/decoders/spiflash/lists.py +++ b/decoders/spiflash/lists.py @@ -44,7 +44,7 @@ cmds = OrderedDict([ (0xad, ('CP', 'Continuously program mode')), (0xb1, ('ENSO', 'Enter secured OTP')), (0xb9, ('DP', 'Deep power down')), - (0xbb, ('2READ', '2x I/O read')), + (0xbb, ('2READ', '2x I/O read')), # a.k.a. "Fast read dual I/O". (0xc1, ('EXSO', 'Exit secured OTP')), (0xc7, ('CE2', 'Chip erase')), # Alternative command ID (0xd8, ('BE', 'Block erase')),