twl3025: fix typo
authorHarald Welte <laforge@gnumonks.org>
Sun, 21 Feb 2010 21:43:43 +0000 (22:43 +0100)
committerHarald Welte <laforge@gnumonks.org>
Mon, 1 Mar 2010 22:48:44 +0000 (23:48 +0100)
src/target/firmware/abb/twl3025.c

index 5138e75..24149a7 100644 (file)
@@ -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);
        }
 }