We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097af80 commit bc30475Copy full SHA for bc30475
ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
@@ -156,7 +156,7 @@ void frequencyin_interrupt_handler(uint8_t index) {
156
}
157
158
// Check if we've reached the upper limit of detection
159
- if (!supervisor_background_tasks_ok() || self->errored_too_fast) {
+ if (!supervisor_background_ticks_ok() || self->errored_too_fast) {
160
self->errored_too_fast = true;
161
frequencyin_emergency_cancel_capture(i);
162
0 commit comments