1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Renamed some MSP related files

This commit is contained in:
Martin Budden 2016-10-16 11:13:38 +01:00
parent 84c6672967
commit 5f791cef77
10 changed files with 19 additions and 18 deletions

View file

@ -42,8 +42,8 @@
#endif
#include "io/serial.h"
#include "serial_msp.h"
#include "msp/msp_serial.h"
#ifdef TELEMETRY
#include "telemetry/telemetry.h"