kopia lustrzana https://github.com/Hamlib/Hamlib
Merge branch 'master' of https://github.com/acinonyx/Hamlib into acinonyx-master
commit
a91334d2b1
|
@ -212,7 +212,7 @@ easycomm_rot_move_velocity(ROT *rot, int direction, int speed)
|
||||||
char cmdstr[24], ackbuf[32];
|
char cmdstr[24], ackbuf[32];
|
||||||
int retval;
|
int retval;
|
||||||
rig_debug(RIG_DEBUG_TRACE, "%s called\n", __FUNCTION__);
|
rig_debug(RIG_DEBUG_TRACE, "%s called\n", __FUNCTION__);
|
||||||
if(speed<0 && speed>9999) {
|
if(speed<0 || speed>9999) {
|
||||||
rig_debug(RIG_DEBUG_ERR,"%s: Invalid speed value!(0-9999) (%d)\n", __FUNCTION__, speed);
|
rig_debug(RIG_DEBUG_ERR,"%s: Invalid speed value!(0-9999) (%d)\n", __FUNCTION__, speed);
|
||||||
return -RIG_EINVAL;
|
return -RIG_EINVAL;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue