From f8d372d7e414cbab90783f822ffe867dfd166045 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 26 Sep 2010 22:30:30 +0200 Subject: fw/layer1: Fix type of p3 in tdma window setup/cleanup sched items Signed-off-by: Sylvain Munaut --- src/target/firmware/layer1/tpu_window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/target/firmware/layer1/tpu_window.c b/src/target/firmware/layer1/tpu_window.c index 5cb1a5d4..09437da5 100644 --- a/src/target/firmware/layer1/tpu_window.c +++ b/src/target/firmware/layer1/tpu_window.c @@ -67,7 +67,7 @@ static const uint16_t tx_burst_duration[_NUM_L1_TXWIN] = { }; -static int _win_setup(__unused uint8_t p1, __unused uint8_t p2, __unused uint8_t p3) +static int _win_setup(__unused uint8_t p1, __unused uint8_t p2, __unused uint16_t p3) { uint8_t tn; @@ -79,7 +79,7 @@ static int _win_setup(__unused uint8_t p1, __unused uint8_t p2, __unused uint8_t return 0; } -static int _win_cleanup(__unused uint8_t p1, __unused uint8_t p2, __unused uint8_t p3) +static int _win_cleanup(__unused uint8_t p1, __unused uint8_t p2, __unused uint16_t p3) { uint8_t tn; -- cgit v1.2.3