mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_SerialManager: add number of serial protocols to enum
This commit is contained in:
parent
0fa62acd7f
commit
13676f9784
@ -146,7 +146,8 @@ public:
|
||||
SerialProtocol_Generator = 30,
|
||||
SerialProtocol_Winch = 31,
|
||||
SerialProtocol_MSP = 32,
|
||||
SerialProtocol_DJI_FPV = 33
|
||||
SerialProtocol_DJI_FPV = 33,
|
||||
SerialProtocol_NumProtocols // must be the last value
|
||||
};
|
||||
|
||||
// get singleton instance
|
||||
|
Loading…
Reference in New Issue
Block a user