summaryrefslogtreecommitdiff
path: root/ports/mimxrt10xx/common-hal/pulseio/PulseIn.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/mimxrt10xx/common-hal/pulseio/PulseIn.c')
-rw-r--r--ports/mimxrt10xx/common-hal/pulseio/PulseIn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/mimxrt10xx/common-hal/pulseio/PulseIn.c b/ports/mimxrt10xx/common-hal/pulseio/PulseIn.c
index d8bf2017e..ec0290861 100644
--- a/ports/mimxrt10xx/common-hal/pulseio/PulseIn.c
+++ b/ports/mimxrt10xx/common-hal/pulseio/PulseIn.c
@@ -64,7 +64,7 @@
// // last ms.
// current_us = 1000 - current_us;
// pulseio_pulsein_obj_t* self = get_eic_channel_data(channel);
-// if (!background_tasks_ok() || self->errored_too_fast) {
+// if (!supervisor_background_tasks_ok() || self->errored_too_fast) {
// self->errored_too_fast = true;
// common_hal_pulseio_pulsein_pause(self);
// return;