mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Moved 'rpm_filter' into 'flight'.
This commit is contained in:
parent
52a46255e8
commit
5141bbfa94
13 changed files with 103 additions and 98 deletions
|
@ -52,6 +52,7 @@
|
|||
#include "flight/mixer.h"
|
||||
#include "flight/pid.h"
|
||||
#include "flight/position.h"
|
||||
#include "flight/rpm_filter.h"
|
||||
#include "flight/servos.h"
|
||||
|
||||
#include "io/beeper.h"
|
||||
|
@ -105,7 +106,6 @@
|
|||
#include "sensors/esc_sensor.h"
|
||||
#include "sensors/gyro.h"
|
||||
#include "sensors/rangefinder.h"
|
||||
#include "sensors/rpm_filter.h"
|
||||
|
||||
#include "telemetry/frsky_hub.h"
|
||||
#include "telemetry/ibus_shared.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue