mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +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
|
@ -51,6 +51,7 @@
|
|||
|
||||
#include "flight/mixer.h"
|
||||
#include "flight/pid.h"
|
||||
#include "flight/pid_init.h"
|
||||
|
||||
#include "pg/pg.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue