mirror of https://github.com/ArduPilot/ardupilot
AP_SerialManager: reserving serial protocol for Vertiq IQUART
This commit is contained in:
parent
575314d31e
commit
4226f9e97c
|
@ -80,6 +80,7 @@ public:
|
|||
SerialProtocol_Tramp = 44,
|
||||
SerialProtocol_DDS_XRCE = 45,
|
||||
SerialProtocol_IMUOUT = 46,
|
||||
// Reserving Serial Protocol 47 for SerialProtocol_IQ
|
||||
SerialProtocol_NumProtocols // must be the last value
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue