summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/abb
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-02-21 22:43:43 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-01 23:48:44 +0100
commit9b7afc615eb6c85c7765dfc57cdddcf7e728c6eb (patch)
tree8532955f1d4f41637143e2b5b6f3ab644a39e8af /src/target/firmware/abb
parentcc02fa61b5c0fd16099cc952e2d250c5e58b0d8d (diff)
twl3025: fix typo
Diffstat (limited to 'src/target/firmware/abb')
-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 5138e75e..24149a7e 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);
}
}