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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cesar/bsu/inc/context.h b/cesar/bsu/inc/context.h
index 4447509c7d..ec25ae908a 100644
--- a/cesar/bsu/inc/context.h
+++ b/cesar/bsu/inc/context.h
@@ -121,7 +121,9 @@ struct bsu_t
/** Station's discover info updated by CP. */
bsu_beacon_bmi_discover_info_t discover_info;
/** NTB clock synchronization weight configuration. k is for 1/2^k. */
- uint bsu_ntb_clk_sync_weight_k;
+ uint ntb_clk_sync_weight_k;
+ /** Number of NTB clock synchronizations for stable error measure. */
+ uint ntb_clk_sync_nb_stable;
#if CONFIG_TRACE
/** Trace system. */
trace_buffer_t trace;