Make handle_hackrf_samples static to placate -Wmissing-declarations
This commit is contained in:
parent
5261b98c95
commit
9b79daadaf
|
|
@ -200,7 +200,7 @@ bool hackRFOpen()
|
||||||
|
|
||||||
struct timespec thread_cpu;
|
struct timespec thread_cpu;
|
||||||
|
|
||||||
int handle_hackrf_samples(hackrf_transfer *transfer)
|
static int handle_hackrf_samples(hackrf_transfer *transfer)
|
||||||
{
|
{
|
||||||
struct mag_buf *outbuf;
|
struct mag_buf *outbuf;
|
||||||
struct mag_buf *lastbuf;
|
struct mag_buf *lastbuf;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue