X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Fcommand.h;h=ad5ea90be47050e2d299372d63c2c9d4099bd530;hb=fb08a72db5979d9b34e3f1bb59dd32aceb9bf32d;hp=584b1ecd91295de6d03736a12bc4cd24f18b3e50;hpb=7563058183da25d5d968f5e43d4d098b34871e36;p=sigrok-firmware-fx2lafw.git diff --git a/include/command.h b/include/command.h index 584b1ecd..ad5ea90b 100644 --- a/include/command.h +++ b/include/command.h @@ -37,5 +37,6 @@ struct version_info { struct cmd_start_acquisition { uint8_t flags; - uint8_t sample_delay; + uint8_t sample_delay_h; + uint8_t sample_delay_l; };