fx2lafw: Removed CMD_SET_SAMPLERATE

This commit is contained in:
Joel Holdsworth 2012-03-03 14:57:57 +00:00
parent f6582cd7bf
commit 19ccdf696c
1 changed files with 3 additions and 4 deletions

View File

@ -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);