mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Reorganised interfaces, putting them where they are used.
This commit is contained in:
parent
fe83d052da
commit
38e1ce04df
36 changed files with 103 additions and 83 deletions
|
@ -47,11 +47,11 @@ extern "C" {
|
|||
#include "fc/config.h"
|
||||
#include "flight/imu.h"
|
||||
|
||||
#include "interface/msp.h"
|
||||
|
||||
#include "io/serial.h"
|
||||
#include "io/gps.h"
|
||||
|
||||
#include "msp/msp.h"
|
||||
|
||||
#include "rx/rx.h"
|
||||
#include "rx/crsf.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue