mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Fix build relating to inverter/pwm rssi compiler errors.
This commit is contained in:
parent
1eea083fd9
commit
d762da7dac
3 changed files with 7 additions and 2 deletions
|
@ -113,7 +113,9 @@ void systemInit(bool overclock)
|
|||
|
||||
ledInit();
|
||||
beeperInit();
|
||||
#ifdef INVERTER
|
||||
initInverter();
|
||||
#endif
|
||||
|
||||
// Init cycle counter
|
||||
cycleCounterInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue