mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Tramp prototype driver
This commit is contained in:
parent
033e41500c
commit
58ed2ed590
11 changed files with 306 additions and 5 deletions
|
@ -92,6 +92,7 @@
|
|||
#include "io/displayport_msp.h"
|
||||
#include "io/vtx.h"
|
||||
#include "io/vtx_smartaudio.h"
|
||||
#include "io/vtx_tramp.h"
|
||||
|
||||
#include "scheduler/scheduler.h"
|
||||
|
||||
|
@ -527,6 +528,10 @@ void init(void)
|
|||
smartAudioInit();
|
||||
#endif
|
||||
|
||||
#ifdef VTX_TRAMP
|
||||
trampInit();
|
||||
#endif
|
||||
|
||||
// start all timers
|
||||
// TODO - not implemented yet
|
||||
timerStart();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue