mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Enable "stop" command for RT-21 rotator.
This commit is contained in:
parent
18548ef298
commit
be53d99d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ const struct rot_caps rt21_rot_caps =
|
|||
.rot_cleanup = rotorez_rot_cleanup,
|
||||
.set_position = rt21_rot_set_position,
|
||||
.get_position = rt21_rot_get_position,
|
||||
// .stop = rotorez_rot_stop,
|
||||
.stop = rotorez_rot_stop,
|
||||
// .set_conf = rotorez_rot_set_conf,
|
||||
// .get_info = rotorez_rot_get_info,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue