Skip to content

Commit a8631d6

Browse files
committed
remove code that's not used.
1 parent 9e70760 commit a8631d6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/TaskManagerIO.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -391,13 +391,6 @@ class TaskManager {
391391
*/
392392
TimerTask* getRunningTask() { return runningTask; }
393393

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
401394
friend class TaskExecutionRecorder;
402395
private:
403396
/**

0 commit comments

Comments
 (0)