Calypso TPU: fix address of TSP TX 3 register
authorHarald Welte <laforge@gnumonks.org>
Tue, 23 Feb 2010 00:26:42 +0000 (01:26 +0100)
committerHarald Welte <laforge@gnumonks.org>
Tue, 23 Feb 2010 00:44:22 +0000 (01:44 +0100)
src/target/firmware/include/calypso/tpu.h

index f0226e6..bc6690e 100644 (file)
@@ -45,7 +45,7 @@ enum tpu_reg_int {
        TPUI_TSP_CTRL2  = 0x01,
        TPUI_TX_1       = 0x04,
        TPUI_TX_2       = 0x03,
-       TPUI_TX_3       = 0x03,
+       TPUI_TX_3       = 0x02,
        TPUI_TX_4       = 0x05,
        TPUI_TSP_ACT_L  = 0x06,
        TPUI_TSP_ACT_U  = 0x07,