kopia lustrzana https://github.com/Hamlib/Hamlib
Fix cppcheck warning in rotorez.c
rodzic
6bcf3221f8
commit
bd6b9e2692
|
@ -728,7 +728,7 @@ static int rt21_rot_get_position(ROT *rot, azimuth_t *azimuth,
|
||||||
{
|
{
|
||||||
struct rot_state *rs;
|
struct rot_state *rs;
|
||||||
char az[8]; /* read azimuth string */
|
char az[8]; /* read azimuth string */
|
||||||
azimuth_t tmp = 0;
|
azimuth_t tmp;
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
|
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
|
||||||
|
|
Ładowanie…
Reference in New Issue