summaryrefslogtreecommitdiff
path: root/cesar/bsu/inc/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/inc/context.h')
-rw-r--r--cesar/bsu/inc/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/bsu/inc/context.h b/cesar/bsu/inc/context.h
index cbfbf3b236..0139c156a8 100644
--- a/cesar/bsu/inc/context.h
+++ b/cesar/bsu/inc/context.h
@@ -101,7 +101,7 @@ struct bsu_t
/** Track a new AVLN. */
bool track_new;
/** Channel access schedules in use. */
- uint ca_schedules_in_use[BSU_BEACON_SCHEDULES_MAX];
+ uint ca_schedules_in_use[BSU_BEACON_SCHEDULES_NB];
/** Is station */
bsu_update_sta_type_t is_sta;
/** HAL timer context. */