]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hameg-hmo/protocol.h
Revert "hameg-hmo: Support BE format for SCPI sample downloads"
[libsigrok.git] / src / hardware / hameg-hmo / protocol.h
index c42aa98a6a8fc3a3fcd130c57b0073f4c4d06ed1..6219ed635ef048fc014bb43200f1b3b2a79ebd15 100644 (file)
@@ -87,9 +87,6 @@ struct scope_state {
        int trigger_source;
        int trigger_slope;
        uint64_t sample_rate;
-
-       /** SCPI data block byte order. 'l'/'b' when known, '?' otherwise. */
-       char byteorder;
 };
 
 /** Private, per-device-instance driver context. */