kopia lustrzana https://github.com/Hamlib/Hamlib
Update gs232.c
I don't use that so I added a line to void it to suppress the warning. Hope that is ok.pull/1809/head
rodzic
3f7c18eb52
commit
5c06f66aa8
|
@ -158,7 +158,8 @@ wrc_rot_set_position(ROT *rot, azimuth_t az, elevation_t el)
|
|||
|
||||
u_az = (unsigned)rint(az);
|
||||
u_el = (unsigned)rint(el);
|
||||
|
||||
(void)u_el;
|
||||
|
||||
SNPRINTF(cmdstr, sizeof(cmdstr), "W%03u" EOM, u_az);
|
||||
retval = gs232_wo_transaction(rot, cmdstr, NULL, 0);
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue