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:
parent
99cff4a875
commit
af72b761b5
4 changed files with 10 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue