diff options
author | laforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-03-09 19:32:06 +0000 |
---|---|---|
committer | laforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-03-09 19:32:06 +0000 |
commit | 0b07830f6fda2c6b8d3808b3e3a2dbd6d2199662 (patch) | |
tree | 9dacfc86a6841bc3188d5cd6fe9a37c3ccb434fa /src | |
parent | 0b4fdb68e2be3460ff54314f3444c484b8d1fbc7 (diff) |
fix typo in last commit
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@1309 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'src')
-rw-r--r-- | src/gsmd/vendor_ti.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |