]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/asix-sigma/protocol.h
asix-sigma: mark FPGA config phase in "state" of dev context
[libsigrok.git] / src / hardware / asix-sigma / protocol.h
index 1379b0710eabee2fcd3b1bc67088b932041bcf27..f1ffcd7c7e777f8e7ccd37aa64b261f2ca33294c 100644 (file)
@@ -284,6 +284,7 @@ enum triggerfunc {
 struct sigma_state {
        enum {
                SIGMA_UNINITIALIZED = 0,
+               SIGMA_CONFIG,
                SIGMA_IDLE,
                SIGMA_CAPTURE,
                SIGMA_STOPPING,