Placate -Wmissing-declarations
This commit is contained in:
parent
66ba823493
commit
b70898cd27
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue