1
0
Fork 0
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:
Dominic Clifton 2014-08-01 23:50:01 +01:00
parent 1eea083fd9
commit d762da7dac
3 changed files with 7 additions and 2 deletions

View file

@ -113,7 +113,9 @@ void systemInit(bool overclock)
ledInit();
beeperInit();
#ifdef INVERTER
initInverter();
#endif
// Init cycle counter
cycleCounterInit();