mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_SerialManager: add support RunCam serial protocol
This commit is contained in:
parent
e813d349ba
commit
c9b96a5e79
@ -134,6 +134,7 @@ public:
|
||||
SerialProtocol_RCIN = 23,
|
||||
SerialProtocol_EFI_MS = 24, // MegaSquirt EFI serial protocol
|
||||
SerialProtocol_LTM_Telem = 25,
|
||||
SerialProtocol_RunCam = 26
|
||||
};
|
||||
|
||||
// get singleton instance
|
||||
|
Loading…
Reference in New Issue
Block a user