FastLED 3.9.15
Loading...
Searching...
No Matches

◆ set_last_run_time()

void fl::task::set_last_run_time ( uint32_t time)

Definition at line 244 of file task.cpp.

244 {
245 if (mImpl) {
246 mImpl->set_last_run_time(time);
247 }
248}
shared_ptr< TaskImpl > mImpl
Definition task.h:113
fl::u32 time()
Universal millisecond timer - returns milliseconds since system startup.
Definition time.cpp:136

References mImpl, and fl::time().

+ Here is the call graph for this function: