mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-02 19:08:51 +01:00
7 lines
143 B
C++
7 lines
143 B
C++
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* Copyright (C) 2023 Thomas Basler and others
|
|
*/
|
|
#include "Scheduler.h"
|
|
|
|
Scheduler scheduler; |