mirror of https://github.com/ArduPilot/ardupilot
Plane: rename enum for Telem2Protocol
This commit is contained in:
parent
3ccac6736d
commit
fcbdcb520a
|
@ -211,7 +211,7 @@ enum {
|
|||
ATT_CONTROL_APMCONTROL = 1
|
||||
};
|
||||
|
||||
enum Telem2Protocol {
|
||||
enum Serial2Protocol {
|
||||
SERIAL2_MAVLINK = 1,
|
||||
SERIAL2_FRSKY_DPORT = 2,
|
||||
SERIAL2_FRSKY_SPORT = 3 // not supported yet
|
||||
|
|
Loading…
Reference in New Issue