From 0b07830f6fda2c6b8d3808b3e3a2dbd6d2199662 Mon Sep 17 00:00:00 2001 From: laforge Date: Fri, 9 Mar 2007 19:32:06 +0000 Subject: fix typo in last commit git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@1309 99fdad57-331a-0410-800a-d7fa5415bdb3 --- src/gsmd/vendor_ti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gsmd/vendor_ti.c b/src/gsmd/vendor_ti.c index da6e254..53c0365 100644 --- a/src/gsmd/vendor_ti.c +++ b/src/gsmd/vendor_ti.c @@ -245,7 +245,7 @@ static int ticalypso_initsettings(struct gsmd *g) { int rc; /* use +CTZR: to report time zone changes */ - rc |= gsmd_simplecmd(gsmd, "AT+CTZR=1"); + rc |= gsmd_simplecmd(g, "AT+CTZR=1"); /* enable %CPI: call progress indication */ rc = gsmd_simplecmd(g, "AT\%CPI=3"); /* enable %CPRI: ciphering indications */ -- cgit v1.2.3