mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Merge pull request #9759 from etracer65/pid_init_separate
Split initialization from pid.c for flash savings
This commit is contained in:
commit
a8085bef8b
16 changed files with 798 additions and 710 deletions
|
@ -82,6 +82,7 @@
|
|||
#include "flight/imu.h"
|
||||
#include "flight/mixer.h"
|
||||
#include "flight/pid.h"
|
||||
#include "flight/pid_init.h"
|
||||
#include "flight/position.h"
|
||||
#include "flight/rpm_filter.h"
|
||||
#include "flight/servos.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue