arkhipenko / TaskScheduler

Cooperative multitasking for Arduino, ESPx, STM32, nRF and other microcontrollers
http://playground.arduino.cc/Code/TaskScheduler
BSD 3-Clause "New" or "Revised" License
1.21k stars 221 forks source link

isolate _task_micros() #129

Open crabel99 opened 2 years ago

crabel99 commented 2 years ago

During compilation the compiler would provide a warning that _task_micros() was an unused variable.

This PR isolates it using the _TASK_MICRO_RES definition.

NuclearPhoenixx commented 1 year ago

Any updates on this PR? :)

bakadave commented 9 months ago

Any chance this PR could be accepted?

NuclearPhoenixx commented 9 months ago

I really hope so!

arkhipenko commented 9 months ago

It is part of version 3.8.3 which is currently in testing. You can pull it from testing branch https://github.com/arkhipenko/TaskScheduler/tree/testing

nerdyscout commented 4 months ago

any plans to actually releasing this branch?