Make handle_hackrf_samples static to placate -Wmissing-declarations

This commit is contained in:
Oliver Jowett 2020-08-03 14:40:32 +08:00
parent 5261b98c95
commit 9b79daadaf
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ bool hackRFOpen()
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 *lastbuf;