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

fixed pre-processor directives (continued)

This commit is contained in:
Raphael Coeffic 2017-01-15 23:18:38 +01:00
parent 99cff4a875
commit af72b761b5
4 changed files with 10 additions and 1 deletions

View file

@ -524,6 +524,8 @@ void init(void)
baroSetCalibrationCycles(CALIBRATING_BARO_CYCLES);
#endif
#ifdef VTX_CONTROL
#ifdef VTX_SMARTAUDIO
smartAudioInit();
#endif
@ -532,6 +534,8 @@ void init(void)
trampInit();
#endif
#endif // VTX_CONTROL
// start all timers
// TODO - not implemented yet
timerStart();