diff options
-rw-r--r-- | plugins/mtk/mm-broadband-modem-mtk.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/mtk/mm-broadband-modem-mtk.c b/plugins/mtk/mm-broadband-modem-mtk.c index 98620124..9b4ab759 100644 --- a/plugins/mtk/mm-broadband-modem-mtk.c +++ b/plugins/mtk/mm-broadband-modem-mtk.c @@ -724,14 +724,14 @@ modem_3gpp_cleanup_unsolicited_events (MMIfaceModem3gpp *self, static const MMBaseModemAtCommand unsolicited_enable_sequence[] = { /* enable signal URC */ - {"+ECSQ=2", 5, FALSE, NULL}, - {NULL} + { (gchar *) "+ECSQ=2", 5, FALSE, NULL }, + { NULL } }; static const MMBaseModemAtCommand unsolicited_disable_sequence[] = { /* disable signal URC */ - {"+ECSQ=0", 5, FALSE, NULL}, - {NULL} + { (gchar *) "+ECSQ=0" , 5, FALSE, NULL }, + { NULL } }; static void |