AP_SerialManager: reserving serial protocol for Vertiq IQUART

This commit is contained in:
Luca Scheuer 2023-12-12 10:14:04 -06:00 committed by Randy Mackay
parent 575314d31e
commit 4226f9e97c
1 changed files with 1 additions and 0 deletions

View File

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