Add a bladeRF SDR type.
This commit is contained in:
parent
234beb0bc4
commit
cf9e3005e8
5 changed files with 526 additions and 2 deletions
|
|
@ -247,7 +247,7 @@ typedef enum {
|
|||
//======================== structure declarations =========================
|
||||
|
||||
typedef enum {
|
||||
SDR_NONE, SDR_IFILE, SDR_RTLSDR
|
||||
SDR_NONE, SDR_IFILE, SDR_RTLSDR, SDR_BLADERF
|
||||
} sdr_type_t;
|
||||
|
||||
// Structure representing one magnitude buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue