mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-16 23:31:04 +01:00
Initialize TaskScheduler
This commit is contained in:
6
include/Scheduler.h
Normal file
6
include/Scheduler.h
Normal file
@@ -0,0 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
#include <TaskSchedulerDeclarations.h>
|
||||
|
||||
extern Scheduler scheduler;
|
||||
Reference in New Issue
Block a user