1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 09:45:37 +03:00

Moved scheduler into separate directory. Moved task declarations into header file.

This commit is contained in:
Martin Budden 2016-06-15 07:35:17 +01:00
parent 2dc9e2166e
commit f0f2941bb6
12 changed files with 63 additions and 38 deletions

View file

@ -20,8 +20,6 @@
#include <math.h>
#include "platform.h"
#include "scheduler.h"
#include "common/maths.h"
#include "drivers/barometer.h"