scpi: Add CMD_GET_SAMPLE_RATE to the command enum.

This commit is contained in:
poljar (Damir Jelić) 2014-01-16 15:28:54 +01:00 committed by Bert Vermeulen
parent 8de2dc3b2e
commit c09392d092
1 changed files with 2 additions and 0 deletions

View File

@ -365,6 +365,8 @@ enum {
SCPI_CMD_SET_DIG_POD_STATE,
SCPI_CMD_GET_ANALOG_DATA,
SCPI_CMD_GET_DIG_DATA,
SCPI_CMD_GET_SAMPLE_RATE,
SCPI_CMD_GET_SAMPLE_RATE_LIVE,
};
struct sr_scpi_hw_info {