Initialize TaskScheduler

This commit is contained in:
Thomas Basler
2023-11-20 20:50:01 +01:00
parent 94170545ed
commit a7c9c2df1a
4 changed files with 19 additions and 0 deletions

6
include/Scheduler.h Normal file
View File

@@ -0,0 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <TaskSchedulerDeclarations.h>
extern Scheduler scheduler;