Skip to content

Commit

Permalink
AP_SerialManager: reserving serial protocol for Vertiq IQUART
Browse files Browse the repository at this point in the history
  • Loading branch information
vertiq-luca authored and rmackay9 committed Dec 12, 2023
1 parent 575314d commit 4226f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_SerialManager/AP_SerialManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class AP_SerialManager {
SerialProtocol_Tramp = 44,
SerialProtocol_DDS_XRCE = 45,
SerialProtocol_IMUOUT = 46,
// Reserving Serial Protocol 47 for SerialProtocol_IQ
SerialProtocol_NumProtocols // must be the last value
};

Expand Down

0 comments on commit 4226f9e

Please sign in to comment.