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

Add BST support for TBS CorePro to betaflight

Conflicts:
	Makefile
	src/main/drivers/bus_bst.h
	src/main/drivers/bus_bst_stm32f30x.c
	src/main/io/i2c_bst.c
	src/main/io/i2c_bst.h
	src/main/main.c
	src/main/mw.c
	src/main/target/COLIBRI_RACE/target.h

corrections
This commit is contained in:
Larry 2015-11-13 13:10:00 +08:00 committed by borisbstyle
parent 6f8e9014f5
commit 8e2b485eac
6 changed files with 103 additions and 45 deletions

View file

@ -27,4 +27,5 @@ void bstProcess(void);
bool writeGpsPositionPrameToBST(void);
bool writeRollPitchYawToBST(void);
bool writeRCChannelToBST(void);
bool writeFCModeToBST(void);