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:
parent
71d3963fdb
commit
19c1709250
20 changed files with 112 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue