From 9626c8b90dc4d76b3071e65dfb0372f4caba342c Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Sat, 12 Jul 2025 19:57:48 +0200 Subject: [PATCH] Revert "Fix Rig.set_bank()" This reverts commit 04d675fc55266f3a96e52487b181c82536139b22. --- bindings/rig.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/rig.swg b/bindings/rig.swg index cd30821c2..4fe50342f 100644 --- a/bindings/rig.swg +++ b/bindings/rig.swg @@ -383,7 +383,7 @@ typedef channel_t * const_channel_t_p; METHOD2(set_ant, ant_t, value_t) METHOD2(set_func, setting_t, int) METHOD2(set_ext_func, hamlib_token_t, int) - METHOD1(set_bank, int) + METHOD3(set_bank, int) METHOD3(set_mem, int) METHOD1(send_dtmf, const_char_string) METHOD1(send_morse, const_char_string)