Send 0 value (#3126)
[ExpressLRS.git] / src / include / rxtx_intf.h
blobb9041a8c1566b1493b3584c4dc5a19ea94e23356
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 ***/
6 #include "common.h"
8 /***
9 * TX interface
10 ***/
11 #if defined(TARGET_TX)
12 #endif
14 /***
15 * RX interface
16 ***/
17 #if defined(TARGET_RX)
18 uint8_t getLq();
19 #endif