mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Split initialization from pid.c for flash savings
Move low performance requirements initialization code into pid_init.c and optimize that for size. Saves 2688 bytes for target STM32F7X2.
This commit is contained in:
parent
b480103d42
commit
c06106e2d1
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