1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Add RTC6705 SPI VTX support

This commit is contained in:
sblakemore 2015-12-02 08:56:28 +10:00
parent 3470181a0f
commit 2df7e3cefa
18 changed files with 547 additions and 1 deletions

View file

@ -60,6 +60,7 @@
#include "io/serial_cli.h"
#include "io/serial_msp.h"
#include "io/statusindicator.h"
#include "io/vtx.h"
#include "rx/rx.h"
#include "rx/msp.h"