Fix frequencyio

This commit is contained in:
Scott Shawcroft 2023-04-07 12:02:54 -07:00
parent 097af804cd
commit bc30475d09
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -156,7 +156,7 @@ void frequencyin_interrupt_handler(uint8_t index) {
}
// Check if we've reached the upper limit of detection
if (!supervisor_background_tasks_ok() || self->errored_too_fast) {
if (!supervisor_background_ticks_ok() || self->errored_too_fast) {
self->errored_too_fast = true;
frequencyin_emergency_cancel_capture(i);
}