Skip to content

Commit

Permalink
Fix rig.swg set_vfo_opt
Browse files Browse the repository at this point in the history
  • Loading branch information
mdblack98 committed Jan 22, 2022
1 parent be992b8 commit 506fcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/rig.swg
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ typedef channel_t * const_channel_t_p;
METHOD3(send_dtmf, const_char_string)
METHOD3(send_morse, const_char_string)
METHOD3(vfo_op, vfo_op_t)
METHOD1SET(set_vfo_opt, int)
METHOD2(scan, scan_t, int)
METHODSIMPLESET(level, int, i, RIG_LEVEL_IS_FLOAT(stg))
METHODSIMPLESET(level, float, f, !RIG_LEVEL_IS_FLOAT(stg))
Expand Down Expand Up @@ -399,6 +398,7 @@ typedef channel_t * const_channel_t_p;
METHOD1(passband_normal, rmode_t)
METHOD1(passband_narrow, rmode_t)
METHOD1(passband_wide, rmode_t)
METHOD1(set_vfo_opt, int)

METHOD1(ext_token_lookup, const_char_string) /* level & parm */
METHOD1(token_lookup, const_char_string) /* conf */
Expand Down

0 comments on commit 506fcd1

Please sign in to comment.