mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 17:50:35 +08:00
Converted cxx to cpp
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
committed by
Lorenz Meier
parent
b313bfdaa9
commit
049c769293
@@ -33,10 +33,11 @@
|
||||
|
||||
/**
|
||||
* @file protocol_splitter.cpp
|
||||
* NuttX Driver to split mavlink 2 and another protocol on a serial port.
|
||||
* NuttX Driver to split mavlink 2 and another RTPS on a serial port.
|
||||
* Makes sure the two protocols can be read & written simultanously by 2 processes.
|
||||
* It will create two devices:
|
||||
* /dev/mavlink
|
||||
* /dev/mavlink
|
||||
* /dev/rtps
|
||||
*/
|
||||
|
||||
#include <drivers/device/device.h>
|
||||
|
||||
Reference in New Issue
Block a user