mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +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
|
@ -34,11 +34,10 @@
|
|||
|
||||
#include "drivers/display.h"
|
||||
|
||||
#include "interface/msp.h"
|
||||
#include "interface/msp_protocol.h"
|
||||
|
||||
#include "io/displayport_msp.h"
|
||||
|
||||
#include "msp/msp.h"
|
||||
#include "msp/msp_protocol.h"
|
||||
#include "msp/msp_serial.h"
|
||||
|
||||
// no template required since defaults are zero
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue