Rover: rename Tele2Protocol to Serial2Protocol

This commit is contained in:
Andrew Tridgell 2014-07-30 14:48:41 +10:00
parent 7d152cbbf2
commit 30b9c60938

View File

@ -138,7 +138,7 @@ enum mode {
// mark a function as not to be inlined // mark a function as not to be inlined
#define NOINLINE __attribute__((noinline)) #define NOINLINE __attribute__((noinline))
enum Telem2Protocol { enum Serial2Protocol {
SERIAL2_MAVLINK = 1, SERIAL2_MAVLINK = 1,
SERIAL2_FRSKY_DPORT = 2, SERIAL2_FRSKY_DPORT = 2,
SERIAL2_FRSKY_SPORT = 3 // not supported yet SERIAL2_FRSKY_SPORT = 3 // not supported yet