Add missing call to digipeater_end_interval()
This commit is contained in:
parent
3a8f469e8e
commit
e44cfb722d
|
@ -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
|
// at the end of the interval, the next connection is activated and the
|
||||||
// current one is re-scheduled.
|
// current one is re-scheduled.
|
||||||
LOG(LVL_DEBUG, "Interval ended by timeout at %llu ns.", now);
|
LOG(LVL_DEBUG, "Interval ended by timeout at %llu ns.", now);
|
||||||
|
digipeater_end_interval(ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
switch(ctx->state) {
|
switch(ctx->state) {
|
||||||
|
|
Loading…
Reference in a new issue