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
Send 0 value (#3126)
[ExpressLRS.git]
/
src
/
include
/
rxtx_intf.h
blob
b9041a8c1566b1493b3584c4dc5a19ea94e23356
1
/***
2
* This file defines the interface from device units to functions in either rx_main or tx_main
3
* Use this instead of drectly declaring externs in your unit
4
***/
5
6
#include
"common.h"
7
8
/***
9
* TX interface
10
***/
11
#if defined(TARGET_TX)
12
#endif
13
14
/***
15
* RX interface
16
***/
17
#if defined(TARGET_RX)
18
uint8_t
getLq
();
19
#endif