kopia lustrzana https://github.com/Hamlib/Hamlib
Remove one more section from multicast to avoid compile warning fornow.
https://github.com/Hamlib/Hamlib/issues/695pull/1389/head
rodzic
57c8819ce0
commit
86df4001a1
|
@ -317,7 +317,9 @@ static int multicast_send_json(RIG *rig)
|
||||||
|
|
||||||
void *multicast_thread_rx(void *vrig)
|
void *multicast_thread_rx(void *vrig)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
char buf[256];
|
char buf[256];
|
||||||
|
#endif
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
RIG *rig = (RIG *)vrig;
|
RIG *rig = (RIG *)vrig;
|
||||||
hamlib_port_t port;
|
hamlib_port_t port;
|
||||||
|
|
Ładowanie…
Reference in New Issue