mirror of https://github.com/ArduPilot/ardupilot
Rover: rename Tele2Protocol to Serial2Protocol
This commit is contained in:
parent
7d152cbbf2
commit
30b9c60938
|
@ -138,7 +138,7 @@ enum mode {
|
|||
// mark a function as not to be inlined
|
||||
#define NOINLINE __attribute__((noinline))
|
||||
|
||||
enum Telem2Protocol {
|
||||
enum Serial2Protocol {
|
||||
SERIAL2_MAVLINK = 1,
|
||||
SERIAL2_FRSKY_DPORT = 2,
|
||||
SERIAL2_FRSKY_SPORT = 3 // not supported yet
|
||||
|
|
Loading…
Reference in New Issue