]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fx2lafw/command.h
fx2lafw: Added support for 100kHz and 50kHz sampling
[libsigrok.git] / hardware / fx2lafw / command.h
index 0ab3e85e26ce5ba303fd2cb28aebde82172b2fe5..70c4fdaf4e2c82164e39e0d2bb1d071f5e808e63 100644 (file)
@@ -41,7 +41,8 @@ struct version_info {
 
 struct cmd_start_acquisition {
        uint8_t flags;
-       uint8_t sample_delay;
+       uint8_t sample_delay_h;
+       uint8_t sample_delay_l;
 };
 
 #pragma pack(pop)