mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Relocate common code which can be used by drivers and by main into
'common'. Cleanup includes. Fix FY90Q target compilation.
This commit is contained in:
parent
d4ebd8a748
commit
f06c8bb99b
19 changed files with 41 additions and 36 deletions
|
@ -6,15 +6,16 @@
|
|||
|
||||
#include "platform.h"
|
||||
|
||||
#include "common/axis.h"
|
||||
#include "common/maths.h"
|
||||
|
||||
#include "system_common.h"
|
||||
#include "gpio_common.h"
|
||||
#include "bus_i2c.h"
|
||||
#include "light_led.h"
|
||||
|
||||
#include "boardalignment.h"
|
||||
#include "axis.h"
|
||||
#include "sensors_common.h"
|
||||
#include "maths.h"
|
||||
|
||||
#include "compass_hmc5883l.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue