mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-07-11 03:45:10 +02:00
@ -276,7 +276,7 @@ struct command{
|
|||||||
#endif
|
#endif
|
||||||
static void *command_worker(void *arg)
|
static void *command_worker(void *arg)
|
||||||
{
|
{
|
||||||
int left, received;
|
int left, received = 0;
|
||||||
fd_set readfds;
|
fd_set readfds;
|
||||||
struct command cmd={0, 0};
|
struct command cmd={0, 0};
|
||||||
struct timeval tv= {1, 0};
|
struct timeval tv= {1, 0};
|
||||||
|
Reference in New Issue
Block a user