mirror of https://github.com/ArduPilot/ardupilot
AP_SerialManager: add support for the SmartAudio protocol
Co-authored-by: luis.martinez.exts <luis.martinez@juntadeandalucia.es>
This commit is contained in:
parent
b79ff9475d
commit
2d0fe8b883
|
@ -150,6 +150,7 @@ public:
|
|||
SerialProtocol_AirSpeed = 34,
|
||||
SerialProtocol_ADSB = 35,
|
||||
SerialProtocol_AHRS = 36,
|
||||
SerialProtocol_SmartAudio = 37,
|
||||
SerialProtocol_NumProtocols // must be the last value
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue