]> sigrok.org Git - libsigrokdecode.git/commit
sdcard_sd: always show CMD argument in hex
authorWolfram Sang <redacted>
Wed, 26 Apr 2017 15:17:31 +0000 (17:17 +0200)
committerUwe Hermann <redacted>
Tue, 2 May 2017 18:13:28 +0000 (20:13 +0200)
commit619ed6b4ef103f1dc0d4a03b68447a44cd2f12d6
tree2f8d09133329efdc29e943adf965fec9213d746b
parentee390f6741427244a43de56e6254e487eecbc530
sdcard_sd: always show CMD argument in hex

This is especially useful with the default handler, so you can better
understand the transfer if you are already familiar with CMD numbers and
their arguments. It makes it also easier to compare with the debug
output of the e.g. Linux Kernel.

Signed-off-by: Wolfram Sang <redacted>
decoders/sdcard_sd/pd.py