Add missing call to digipeater_end_interval()

This commit is contained in:
Thomas Kolb 2024-11-10 21:01:13 +01:00
parent f3b6ab1a29
commit 339dc5490c

View file

@ -278,6 +278,7 @@ result_t digipeater_maintain(digipeater_ctx_t *ctx)
// at the end of the interval, the next connection is activated and the
// current one is re-scheduled.
LOG(LVL_DEBUG, "Interval ended by timeout at %llu ns.", now);
digipeater_end_interval(ctx);
}
switch(ctx->state) {