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:
parent
a60a79eb82
commit
5ab2117a69
6 changed files with 73 additions and 194 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue