mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +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
|
@ -63,9 +63,9 @@
|
|||
#include "config/runtime_config.h"
|
||||
#include "config/config_profile.h"
|
||||
|
||||
#include "display.h"
|
||||
#include "io/display.h"
|
||||
|
||||
#include "scheduler.h"
|
||||
#include "scheduler/scheduler.h"
|
||||
|
||||
extern profile_t *currentProfile;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue