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

CMS-OSD separation

This commit is contained in:
jflyper 2016-10-21 11:22:29 +09:00
parent c795135542
commit 6cf9086f56
19 changed files with 1518 additions and 1351 deletions

View file

@ -66,9 +66,9 @@
#include "io/flashfs.h"
#include "io/transponder_ir.h"
#include "io/asyncfatfs/asyncfatfs.h"
#include "io/osd.h"
//#include "io/osd.h"
#include "io/serial_4way.h"
#include "io/vtx.h"
//#include "io/vtx.h"
#include "msp/msp_protocol.h"
#include "msp/msp.h"