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:
parent
6f8e9014f5
commit
8e2b485eac
6 changed files with 103 additions and 45 deletions
|
@ -27,4 +27,5 @@ void bstProcess(void);
|
|||
bool writeGpsPositionPrameToBST(void);
|
||||
bool writeRollPitchYawToBST(void);
|
||||
bool writeRCChannelToBST(void);
|
||||
bool writeFCModeToBST(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue