1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Remove OLEMEXINO // Fix CJMCU build

This commit is contained in:
borisbstyle 2016-10-25 14:41:05 +02:00
parent b5a70451ec
commit 50e9b19fab
7 changed files with 5 additions and 151 deletions

View file

@ -288,7 +288,9 @@ void init(void)
#endif
mixerConfigureOutput();
#ifdef USE_SERVOS
servoConfigureOutput();
#endif
systemState |= SYSTEM_STATE_MOTORS_READY;
#ifdef BEEPER