forked from Archive/PX4-Autopilot
Improved comment of bridge header
This commit is contained in:
parent
cec472ecea
commit
edccc826a1
|
@ -44,7 +44,12 @@
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
//#define MAVLINK_USE_CONVENIENCE_FUNCTIONS
|
/*
|
||||||
|
* We are NOT using convenience functions,
|
||||||
|
* but instead send messages with a custom function.
|
||||||
|
* So we do NOT do this:
|
||||||
|
* #define MAVLINK_USE_CONVENIENCE_FUNCTIONS
|
||||||
|
*/
|
||||||
|
|
||||||
/* use efficient approach, see mavlink_helpers.h */
|
/* use efficient approach, see mavlink_helpers.h */
|
||||||
#define MAVLINK_SEND_UART_BYTES mavlink_send_uart_bytes
|
#define MAVLINK_SEND_UART_BYTES mavlink_send_uart_bytes
|
||||||
|
|
Loading…
Reference in New Issue