]> sigrok.org Git - libsigrok.git/blobdiff - hardware/cem-dt-885x/protocol.h
cem-dt-885x: Hold off measurements in max/min hold mode
[libsigrok.git] / hardware / cem-dt-885x / protocol.h
index 7f296e83dc3cf4422c004ba4d24eb25d5569ca93..f3809fc27d37d53da25f20fb1f45375dc03d8d41 100644 (file)
@@ -79,6 +79,7 @@ struct dev_context {
        unsigned char token;
        int buf_len;
        unsigned char buf[BUF_SIZE];
+       float last_spl;
 
 };