Placate -Wmissing-declarations

This commit is contained in:
Oliver Jowett 2020-08-03 15:17:29 +08:00
parent 66ba823493
commit b70898cd27
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ static struct {
struct converter_state *converter_state; struct converter_state *converter_state;
} LimeSDR; } LimeSDR;
void limesdrLogHandler(int lvl, const char *msg) static void limesdrLogHandler(int lvl, const char *msg)
{ {
if (lvl > LimeSDR.verbosity) { if (lvl > LimeSDR.verbosity) {
return; return;
@ -272,7 +272,7 @@ bool limesdrOpen(void)
static struct timespec limesdr_thread_cpu; static struct timespec limesdr_thread_cpu;
void limesdrCallback(unsigned char *buf, uint32_t len, void *ctx) static void limesdrCallback(unsigned char *buf, uint32_t len, void *ctx)
{ {
struct mag_buf *outbuf; struct mag_buf *outbuf;
struct mag_buf *lastbuf; struct mag_buf *lastbuf;