mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-03-31 06:17:51 +02:00
Initialize TaskScheduler
This commit is contained in:
7
src/Scheduler.cpp
Normal file
7
src/Scheduler.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* Copyright (C) 2023 Thomas Basler and others
|
||||
*/
|
||||
#include "Scheduler.h"
|
||||
|
||||
Scheduler scheduler;
|
||||
Reference in New Issue
Block a user