r1309 - trunk/src/target/gsm/src/gsmd

laforge at sita.openmoko.org laforge at sita.openmoko.org
Fri Mar 9 20:32:07 CET 2007


Author: laforge
Date: 2007-03-09 20:32:06 +0100 (Fri, 09 Mar 2007)
New Revision: 1309

Modified:
   trunk/src/target/gsm/src/gsmd/vendor_ti.c
Log:
fix typo in last commit


Modified: trunk/src/target/gsm/src/gsmd/vendor_ti.c
===================================================================
--- trunk/src/target/gsm/src/gsmd/vendor_ti.c	2007-03-09 18:27:21 UTC (rev 1308)
+++ trunk/src/target/gsm/src/gsmd/vendor_ti.c	2007-03-09 19:32:06 UTC (rev 1309)
@@ -245,7 +245,7 @@
 {
 	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 */





More information about the commitlog mailing list