Skip to content

Commit

Permalink
Merge pull request #23 from srcejon/sdrplay_3.15
Browse files Browse the repository at this point in the history
Update SDRplay API includes to 3.15
  • Loading branch information
f4exb authored Jun 17, 2024
2 parents 78080b6 + 51089ab commit 983f966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdrplay/inc/sdrplay_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ typedef void *HANDLE;

// Application code should check that it is compiled against the same API version
// sdrplay_api_ApiVersion() returns the API version
#define SDRPLAY_API_VERSION (float)(3.14)
#define SDRPLAY_API_VERSION (float)(3.15)

// API Constants
#define SDRPLAY_MAX_DEVICES (16)
Expand All @@ -36,6 +36,7 @@ typedef void *HANDLE;
#define SDRPLAY_RSPduo_ID (3)
#define SDRPLAY_RSPdx_ID (4)
#define SDRPLAY_RSP1B_ID (6)
#define SDRPLAY_RSPdxR2_ID (7)

// Enum types
typedef enum
Expand Down

0 comments on commit 983f966

Please sign in to comment.