mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 03:50:02 +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
|
@ -164,6 +164,7 @@ bool cliMode = false;
|
|||
#include "sensors/compass.h"
|
||||
#include "sensors/esc_sensor.h"
|
||||
#include "sensors/gyro.h"
|
||||
#include "sensors/gyro_init.h"
|
||||
#include "sensors/sensors.h"
|
||||
|
||||
#include "telemetry/frsky_hub.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue