mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +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
5
src/mw.c
5
src/mw.c
|
@ -1,14 +1,15 @@
|
|||
#include "board.h"
|
||||
#include "flight_common.h"
|
||||
#include "mw.h"
|
||||
|
||||
#include "common/maths.h"
|
||||
|
||||
#include "flight_common.h"
|
||||
#include "serial_cli.h"
|
||||
#include "telemetry_common.h"
|
||||
#include "typeconversion.h"
|
||||
#include "rx_common.h"
|
||||
#include "rx_sbus.h"
|
||||
#include "failsafe.h"
|
||||
#include "maths.h"
|
||||
|
||||
// June 2013 V2.2-dev
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue