repo.or.cz
/
ExpressLRS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence unused-variable warning (#2872)
[ExpressLRS.git]
/
src
/
lib
/
VTX
/
devVTX.h
blob
b699d2c62e3a4946edcd29a57326548f8b369f24
1
#pragma once
2
3
#include
"device.h"
4
5
// Call this to trigger sending of Vtx packet
6
void
VtxTriggerSend
();
7
void
VtxPitmodeSwitchUpdate
();
8
extern
device_t VTX_device
;