icera: fix timezone request AT command

Actual command uses a *, not a %.  Must have been a typo when
porting to the new MM since 0.6 uses a * too.
This commit is contained in:
Dan Williams
2012-07-19 13:28:24 -05:00
committed by Aleksander Morgado
parent 8740f0b72f
commit 3a28f660c5

View File

@@ -746,7 +746,7 @@ mm_iface_icera_modem_time_load_network_timezone (MMIfaceModemTime *self,
gpointer user_data)
{
mm_base_modem_at_command (MM_BASE_MODEM (self),
"%TLTS",
"*TLTS",
3,
FALSE,
callback,
@@ -776,7 +776,7 @@ mm_iface_icera_modem_time_load_network_time (MMIfaceModemTime *self,
gpointer user_data)
{
mm_base_modem_at_command (MM_BASE_MODEM (self),
"%TLTS",
"*TLTS",
3,
FALSE,
callback,