mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Merge pull request #519 from martinbudden/bf_scheduler
Moved scheduler into separate directory. Moved task declarations into header file
This commit is contained in:
commit
cc51f791f4
12 changed files with 63 additions and 38 deletions
|
@ -22,8 +22,6 @@
|
|||
#include <math.h>
|
||||
|
||||
#include "platform.h"
|
||||
#include "scheduler.h"
|
||||
|
||||
#include "common/axis.h"
|
||||
#include "common/color.h"
|
||||
#include "common/maths.h"
|
||||
|
@ -77,6 +75,8 @@
|
|||
#include "io/transponder_ir.h"
|
||||
#include "io/vtx.h"
|
||||
|
||||
#include "scheduler/scheduler.h"
|
||||
|
||||
#include "sensors/sensors.h"
|
||||
#include "sensors/sonar.h"
|
||||
#include "sensors/barometer.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue