1
0
Fork 0
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:
jflyper 2017-01-09 22:09:32 +09:00 committed by Raphael Coeffic
parent 033e41500c
commit 58ed2ed590
11 changed files with 306 additions and 5 deletions

View file

@ -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();