[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 5c06f66aa831c586bf450
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2025-07-15 19:29:09
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 5c06f66aa831c586bf4504007289675cb5e148ff (commit) from 3f7c18eb52bb2cdcbf4a1ef5abbdf73ddeae96bd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5c06f66aa831c586bf4504007289675cb5e148ff Author: Michael Morgan <844...@us...> Date: Mon Jul 14 09:05:55 2025 -0500 Update gs232.c I don't use that so I added a line to void it to suppress the warning. Hope that is ok. diff --git a/rotators/gs232a/gs232.c b/rotators/gs232a/gs232.c index bbddc9a27..915d53a37 100644 --- a/rotators/gs232a/gs232.c +++ b/rotators/gs232a/gs232.c @@ -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); ----------------------------------------------------------------------- Summary of changes: rotators/gs232a/gs232.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |