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

Added support for multiple serial inverters.

This commit is contained in:
Michael Keller 2017-01-13 14:11:25 +13:00 committed by mikeller
parent 71d3963fdb
commit 19c1709250
20 changed files with 112 additions and 64 deletions

View file

@ -308,8 +308,8 @@ void init(void)
beeperInit(beeperConfig());
#endif
/* temp until PGs are implemented. */
#ifdef INVERTER
initInverter();
#ifdef USE_INVERTER
initInverters();
#endif
#ifdef USE_BST