mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Split initialization from gyro.c for flash savings
Move low performance requirements initialization code into gyro_init.c and optimize that for size.
This commit is contained in:
parent
d733c48b04
commit
ad0e7154a7
14 changed files with 859 additions and 775 deletions
|
@ -80,6 +80,7 @@
|
|||
|
||||
#include "sensors/boardalignment.h"
|
||||
#include "sensors/gyro.h"
|
||||
#include "sensors/gyro_init.h"
|
||||
#include "sensors/sensors.h"
|
||||
|
||||
#include "acceleration.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue