mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
const for Ticker::active() (#5850)
This commit is contained in:
@ -68,7 +68,7 @@ void Ticker::detach()
|
||||
_callback_function = nullptr;
|
||||
}
|
||||
|
||||
bool Ticker::active()
|
||||
bool Ticker::active() const
|
||||
{
|
||||
return (bool)_timer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user