summaryrefslogtreecommitdiff
path: root/cesar/bsu/src
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/src')
-rw-r--r--cesar/bsu/src/bsu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/bsu/src/bsu.c b/cesar/bsu/src/bsu.c
index 5fe2572fd3..bc9d40f299 100644
--- a/cesar/bsu/src/bsu.c
+++ b/cesar/bsu/src/bsu.c
@@ -1293,7 +1293,7 @@ bsu_activate (bsu_t *ctx, bool status)
hal_timer_instance_cancel (ctx->hal_timer, &ctx->timer);
for (i = 0; i < HPAV_AVLNS_NB_MAX; i++)
bsu_ntb_init (&ctx->avlns[i].sync);
- ctx->sta_avln = &ctx->poweron;
+ bsu_track_avln_identify (ctx, NULL);
ctx->avlns_nb = 0;
bsu_aclf_clear (ctx->aclf);
}