mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Moved scheduler into separate directory. Moved task declarations into header file.
This commit is contained in:
parent
2dc9e2166e
commit
f0f2941bb6
12 changed files with 63 additions and 38 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
extern "C" {
|
||||
#include "platform.h"
|
||||
#include "scheduler.h"
|
||||
#include "scheduler/scheduler.h"
|
||||
}
|
||||
|
||||
#include "unittest_macros.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue