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.22k stars 224 forks source link

compiler warning #111

Closed olonsoft closed 3 years ago

olonsoft commented 3 years ago

Not an issue but just a warning: Using platformio with vscode I get ISO C++17 does not allow 'register' storage class at file TackScheduler.h line 981 register unsigned long m, i; // millis, interval;

arkhipenko commented 3 years ago

Did some reading and it seems it was already "only a hint" for some time. Will get rid of it in the later versions. Thanks.

arkhipenko commented 3 years ago

Pushed to testing branch