AP_SerialManager: Add enum for DDS over serial
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com> Co-authored-by: Rhys Mainwaring <rhys.mainwaring@me.com> Co-authored-by: Arsh Pratap <arshpratapofficial@gmail.com> Co-authored-by: Andrew Tridgell <andrew@tridgell.net>
This commit is contained in:
parent
5dbfec1e33
commit
d8e221b872
@ -169,6 +169,7 @@ public:
|
||||
SerialProtocol_MSP_DisplayPort = 42,
|
||||
SerialProtocol_MAVLinkHL = 43,
|
||||
SerialProtocol_Tramp = 44,
|
||||
SerialProtocol_DDS_XRCE = 45,
|
||||
SerialProtocol_NumProtocols // must be the last value
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user