closes #557
This commit is contained in:
parent
77f3acd81c
commit
3fc39b8564
|
@ -41,7 +41,7 @@ static void toggleTestAndScheduleNext() {
|
|||
testPin.toggle();
|
||||
periodIndex = (periodIndex + 1) % TEST_LEN;
|
||||
testTime += test557[periodIndex];
|
||||
scheduleByTimestamp(&scheduling, testTime, (schfunc_t) &scheduleByTimestamp, NULL);
|
||||
scheduleByTimestamp(&scheduling, testTime, (schfunc_t) &toggleTestAndScheduleNext, NULL);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue