Skip to content
Snippets Groups Projects
Commit 1306e288 authored by David Sidrane's avatar David Sidrane Committed by Lorenz Meier
Browse files

kinetis:tone_alarm remmove assert

parent a0f70be2
No related branches found
No related tags found
No related merge requests found
......@@ -425,7 +425,6 @@ void ToneAlarm::next_note()
}
// and arrange a callback when the note should stop
assert(duration != 0);
work_queue(HPWORK, &_work, (worker_t)&ToneAlarm::next_trampoline, this, USEC2TICK(duration));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment