We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e70760 commit a8631d6Copy full SHA for a8631d6
1 file changed
src/TaskManagerIO.h
@@ -391,13 +391,6 @@ class TaskManager {
391
*/
392
TimerTask* getRunningTask() { return runningTask; }
393
394
-#if defined(BUILD_FOR_PICO_CMAKE) || defined(ARDUINO_PICO_REVISION)
395
- void rpiSleepingRunLoop() {
396
- taskManager.runLoop();
397
- auto toNextTime = taskManager.microsToNextTask();
398
- sleep_us(toNextTime);
399
- }
400
-#endif
401
friend class TaskExecutionRecorder;
402
private:
403
/**
0 commit comments