summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/abb/twl3025.c
diff options
context:
space:
mode:
authorHarald Welte2010-02-21 22:43:43 +0100
committerHarald Welte2010-03-01 23:48:44 +0100
commit9b7afc615eb6c85c7765dfc57cdddcf7e728c6eb (patch)
tree8532955f1d4f41637143e2b5b6f3ab644a39e8af /src/target/firmware/abb/twl3025.c
parentTWL3025: add default APC ramp (diff)
downloadosmocom-9b7afc615eb6c85c7765dfc57cdddcf7e728c6eb.tar.gz
osmocom-9b7afc615eb6c85c7765dfc57cdddcf7e728c6eb.tar.xz
osmocom-9b7afc615eb6c85c7765dfc57cdddcf7e728c6eb.zip
twl3025: fix typo
Diffstat (limited to 'src/target/firmware/abb/twl3025.c')
-rw-r--r--src/target/firmware/abb/twl3025.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/abb/twl3025.c b/src/target/firmware/abb/twl3025.c
index 5138e75..24149a7 100644
--- a/src/target/firmware/abb/twl3025.c
+++ b/src/target/firmware/abb/twl3025.c
@@ -265,7 +265,7 @@ void twl3025_uplink(int on, int16_t at)
tpu_enq_at(bul_ena);
twl3025_tsp_write(BULON);
tpu_enq_wait(35); /* minimum time required to bring the ramp down (needed!) */
- twp3025_tsp_write(0);
+ twl3025_tsp_write(0);
}
}