kopia lustrzana https://github.com/Hamlib/Hamlib
Fix uninitialized value in prosistel.c
rodzic
41f5e8d24a
commit
c2feb98693
|
@ -225,7 +225,7 @@ static int prosistel_rot_get_position(ROT *rot, azimuth_t *az, elevation_t *el)
|
||||||
char cmdstr[64];
|
char cmdstr[64];
|
||||||
char data[20];
|
char data[20];
|
||||||
float posval;
|
float posval;
|
||||||
int retval;
|
int retval = RIG_OK;
|
||||||
int n;
|
int n;
|
||||||
|
|
||||||
// Query azimuth only if the rotator has the capability to do so
|
// Query azimuth only if the rotator has the capability to do so
|
||||||
|
|
Ładowanie…
Reference in New Issue