Add missing call to digipeater_end_interval()
Some checks failed
/ build-hamnet70 (push) Failing after 17s
/ build-doc (push) Successful in 17s
/ deploy-doc (push) Has been skipped

This commit is contained in:
Thomas Kolb 2024-11-10 21:01:13 +01:00
parent 3a8f469e8e
commit e44cfb722d

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) {