Skip to content

Commit b4cc3bc

Browse files
committed
sch(sun): missing scheduler implementation file
1 parent 57f2108 commit b4cc3bc

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

code/espurna/scheduler_sun.ipp

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
3+
Part of SCHEDULER MODULE
4+
5+
Copyright (C) 2017 by faina09
6+
Adapted by Xose Pérez <xose dot perez at gmail dot com>
7+
8+
Copyright (C) 2019-2024 by Maxim Prokhorov <prokhorov dot max at outlook dot com>
9+
10+
*/
11+
12+
#pragma once
13+
14+
#include "scheduler_sun_impl.ipp"
15+
#include "scheduler_sun_event.ipp"

0 commit comments

Comments
 (0)