summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}
}