From 9d85905d722474f75ac34a3c34c125676ebe10bd Mon Sep 17 00:00:00 2001 From: Michael Black Date: Fri, 31 May 2019 16:25:31 -0500 Subject: [PATCH] Add icom_rig_open to IC9700 --- icom/ic7300.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icom/ic7300.c b/icom/ic7300.c index e7a9ebc49..888c2fd83 100644 --- a/icom/ic7300.c +++ b/icom/ic7300.c @@ -411,7 +411,7 @@ const struct rig_caps ic9700_caps = { .priv = (void*)&IC9700_priv_caps, .rig_init = icom_init, .rig_cleanup = icom_cleanup, -.rig_open = NULL, +.rig_open = icom_rig_open, .rig_close = NULL, .set_freq = icom_set_freq,