From: Joel Holdsworth Date: Sat, 3 Mar 2012 14:57:57 +0000 (+0000) Subject: fx2lafw: Removed CMD_SET_SAMPLERATE X-Git-Tag: libsigrok-0.1.0~61 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=19ccdf696c3b96459495fadbef56a6c607e87583;p=libsigrok.git fx2lafw: Removed CMD_SET_SAMPLERATE --- diff --git a/hardware/fx2lafw/command.h b/hardware/fx2lafw/command.h index 74e49283..e56a3ac2 100644 --- a/hardware/fx2lafw/command.h +++ b/hardware/fx2lafw/command.h @@ -18,9 +18,8 @@ */ /* Protocol commands */ -#define CMD_SET_SAMPLERATE 0xb0 -#define CMD_START 0xb1 -#define CMD_STOP 0xb2 -#define CMD_GET_FW_VERSION 0xb3 +#define CMD_START 0xb0 +#define CMD_STOP 0xb1 +#define CMD_GET_FW_VERSION 0xb2 int command_start_acquisition(libusb_device_handle *devhdl);