mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +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
|
@ -24,7 +24,6 @@
|
|||
#include <ctype.h>
|
||||
|
||||
#include "platform.h"
|
||||
#include "scheduler.h"
|
||||
#include "version.h"
|
||||
#include "debug.h"
|
||||
|
||||
|
@ -91,7 +90,8 @@
|
|||
|
||||
#include "common/printf.h"
|
||||
|
||||
#include "serial_cli.h"
|
||||
#include "io/serial_cli.h"
|
||||
#include "scheduler/scheduler.h"
|
||||
|
||||
// FIXME remove this for targets that don't need a CLI. Perhaps use a no-op macro when USE_CLI is not enabled
|
||||
// signal that we're in cli mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue