summaryrefslogtreecommitdiff
path: root/cesar/cp/av/cco/bw/src/bw.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/av/cco/bw/src/bw.c')
-rw-r--r--cesar/cp/av/cco/bw/src/bw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cesar/cp/av/cco/bw/src/bw.c b/cesar/cp/av/cco/bw/src/bw.c
index 7c62d6ebbe..865b990d81 100644
--- a/cesar/cp/av/cco/bw/src/bw.c
+++ b/cesar/cp/av/cco/bw/src/bw.c
@@ -15,7 +15,6 @@
#include "mac/common/timings.h"
#include "cp/cco/bw/bw.h"
#include "cp/av/cco/bw/bw.h"
-#include "cp/pwl/pwl.h"
#include "cp/inc/context.h"
@@ -32,7 +31,7 @@ cp_av_cco_bw_schedules_default (cp_t *ctx)
alloc = cp_cco_bw_alloc_init (ctx);
alloc->stpf = false;
alloc->end_time_atu =
- MAC_TCK_TO_ATU(CP_PWL_BP_50 + CP_AV_CCO_BW_ALLOC_MIN_SIZE_TCK);
+ MAC_TCK_TO_ATU(BSU_ACLF_BP_50HZ_TCK + CP_AV_CCO_BW_ALLOC_MIN_SIZE_TCK);
alloc->glid = MAC_LID_SHARED_CSMA;
alloc->persistence = CP_CCO_BW_ALLOC_PERSISTENCE_PERSISTENT;
alloc->pscd = 0;