mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-17 07:41:52 +01:00
6 lines
126 B
C
6 lines
126 B
C
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <TaskSchedulerDeclarations.h>
|
||
|
|
|
||
|
|
extern Scheduler scheduler;
|