From 361eed7b9a611e916fa2b2d5f335967e85205703 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 8 Jul 2014 08:58:48 -0500 Subject: ublox: Minor style cleanup --- plugins/ublox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/ublox.c b/plugins/ublox.c index bdad7a1b..89ca7095 100644 --- a/plugins/ublox.c +++ b/plugins/ublox.c @@ -151,6 +151,7 @@ static int ublox_enable(struct ofono_modem *modem) data->modem = NULL; return -EIO; } + g_at_chat_set_slave(data->modem, data->aux); g_at_chat_send(data->modem, "ATE0 +CMEE=1", none_prefix, -- cgit v1.2.3