AP_SerialManager: add CRSF support and CRSF protcol

This commit is contained in:
Andy Piper 2020-04-18 11:55:20 +01:00 committed by Andrew Tridgell
parent 24fccd5d87
commit d9f11c1a0a

View File

@ -137,6 +137,7 @@ public:
SerialProtocol_RunCam = 26,
SerialProtocol_Hott = 27,
SerialProtocol_Scripting = 28,
SerialProtocol_CRSF = 29,
SerialProtocol_Generator = 30,
};