mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
parent
228e9461e2
commit
d4b0eb2df8
1 changed files with 2 additions and 1 deletions
|
|
@ -169,7 +169,8 @@ static int hd1780_rot_set_position(ROT *rot, azimuth_t azimuth,
|
|||
elevation_t elevation)
|
||||
{
|
||||
char cmdstr[8];
|
||||
const char execstr[5] = "\r", ok[3];
|
||||
const char execstr[5] = "\r";
|
||||
char ok[3];
|
||||
int err;
|
||||
|
||||
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue