mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_SerialManager: reserve Id 41 for CoDev serially-attached ESCs
This commit is contained in:
parent
e2722c8e12
commit
f02ffac9a4
@ -154,6 +154,7 @@ public:
|
||||
SerialProtocol_FETtecOneWire = 38,
|
||||
SerialProtocol_Torqeedo = 39,
|
||||
SerialProtocol_AIS = 40,
|
||||
SerialProtocol_CoDevESC = 41,
|
||||
SerialProtocol_NumProtocols // must be the last value
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user