stm32:tone_alarm remmove assert

This commit is contained in:
David Sidrane 2018-08-20 12:59:34 -07:00 committed by Lorenz Meier
parent a063de093a
commit a0f70be238

View File

@ -511,7 +511,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));
}