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:
Ryan Friedman 2023-03-10 17:41:58 -07:00 committed by Andrew Tridgell
parent 5dbfec1e33
commit d8e221b872

View File

@ -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
};