mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +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
|
@ -1,8 +1,9 @@
|
|||
#include "board.h"
|
||||
#include "flight_common.h"
|
||||
#include "mw.h"
|
||||
|
||||
#include "maths.h"
|
||||
#include "common/maths.h"
|
||||
|
||||
#include "flight_common.h"
|
||||
|
||||
#include "gps_common.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue