diff --git a/src/drivers/sf1xx/sf1xx.cpp b/src/drivers/sf1xx/sf1xx.cpp index 1f282b459a..7c317bd775 100644 --- a/src/drivers/sf1xx/sf1xx.cpp +++ b/src/drivers/sf1xx/sf1xx.cpp @@ -600,7 +600,7 @@ SF1XX::start() measure(); /* schedule a cycle to start things */ - work_queue(HPWORK, &_work, (worker_t)&SF1XX::cycle_trampoline, this, 5); + work_queue(HPWORK, &_work, (worker_t)&SF1XX::cycle_trampoline, this, USEC2TICK(_conversion_interval)); } void