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

CF/BF - Further isolate BST to the Colibri_Race target. Remove even

more unused code.

It was partly isolated before, but now it's even clearer that only this
target uses it.
This commit is contained in:
Hydra 2017-03-20 21:12:27 +00:00 committed by Dominic Clifton
parent a60a79eb82
commit 5ab2117a69
6 changed files with 73 additions and 194 deletions

View file

@ -65,10 +65,6 @@
#include "drivers/exti.h"
#include "drivers/vtx_soft_spi_rtc6705.h"
#ifdef USE_BST
#include "bus_bst.h"
#endif
#include "fc/config.h"
#include "fc/fc_init.h"
#include "fc/fc_msp.h"
@ -316,10 +312,6 @@ void init(void)
initInverters();
#endif
#ifdef USE_BST
bstInit(BST_DEVICE);
#endif
#ifdef TARGET_BUS_INIT
targetBusInit();
#else