atmodem: Fix missing break statement for ublox driver

This commit is contained in:
Marcel Holtmann 2017-07-11 10:42:59 -07:00
parent 00613b5bbc
commit 6c936db4ae
1 changed files with 1 additions and 0 deletions

View File

@ -445,6 +445,7 @@ static void gprs_initialized(gboolean ok, GAtResult *result, gpointer user_data)
FALSE, gprs, NULL);
g_at_chat_send(gd->chat, "AT#PSNT=1", none_prefix,
NULL, NULL, NULL);
break;
default:
g_at_chat_register(gd->chat, "+CPSB:", cpsb_notify,
FALSE, gprs, NULL);