Skip to content

Commit

Permalink
Reduced the latency.
Browse files Browse the repository at this point in the history
  • Loading branch information
touil committed Jul 19, 2019
1 parent 42423de commit a1f6f4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libairspyhf/src/airspyhf.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ typedef int bool;
#define MAX(a,b) ((a) > (b) ? a : b)
#define MIN(a,b) ((a) < (b) ? a : b)

#define SAMPLES_TO_TRANSFER (1024 * 16)
#define SAMPLES_TO_TRANSFER (1024 * 2)
#define SERIAL_NUMBER_UNUSED (0)
#define RAW_BUFFER_COUNT (8)
#define AIRSPYHF_SERIAL_SIZE (28)
Expand Down
4 changes: 2 additions & 2 deletions libairspyhf/src/airspyhf.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI

#include <stdint.h>

#define AIRSPYHF_VERSION "1.6.2"
#define AIRSPYHF_VERSION "1.6.3"
#define AIRSPYHF_VER_MAJOR 1
#define AIRSPYHF_VER_MINOR 6
#define AIRSPYHF_VER_REVISION 2
#define AIRSPYHF_VER_REVISION 3

#define AIRSPYHF_ENDPOINT_IN (1)

Expand Down

0 comments on commit a1f6f4a

Please sign in to comment.