Don't make schedule running implicitly reset
This commit is contained in:
parent
b6e552e178
commit
e0f16d8c3c
1 changed files with 0 additions and 3 deletions
|
@ -135,9 +135,6 @@ void hexagram_schedule_reset(hexagram_schedule *schedule) {
|
||||||
}
|
}
|
||||||
|
|
||||||
int hexagram_schedule_run(hexagram_schedule *schedule) {
|
int hexagram_schedule_run(hexagram_schedule *schedule) {
|
||||||
schedule->current = 0;
|
|
||||||
schedule->error = 0;
|
|
||||||
|
|
||||||
return _slot_set_interval(schedule, schedule->current);
|
return _slot_set_interval(schedule, schedule->current);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue