mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 11:59:58 +03:00
Renamed fc_msp* files to msp*
This commit is contained in:
parent
f5e25eb9b4
commit
8044d08fb3
17 changed files with 27 additions and 49 deletions
|
@ -99,8 +99,8 @@ extern uint8_t __config_end;
|
|||
#include "flight/servos.h"
|
||||
|
||||
#include "interface/cli.h"
|
||||
#include "interface/fc_msp.h"
|
||||
#include "interface/fc_msp_box.h"
|
||||
#include "interface/msp.h"
|
||||
#include "interface/msp_box.h"
|
||||
#include "interface/msp_protocol.h"
|
||||
#include "interface/settings.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue