AP_SerialManager: add comment that Lidar360 protocol covers TerraRanger

This commit is contained in:
Luis Rodrigues 2017-02-03 13:37:06 +09:00 committed by Randy Mackay
parent 27c5aca6b5
commit bf51d5a3c9

View File

@ -87,7 +87,7 @@ public:
SerialProtocol_SToRM32 = 8,
SerialProtocol_Lidar = 9,
SerialProtocol_FrSky_SPort_Passthrough = 10, // FrSky SPort Passthrough (OpenTX) protocol (X-receivers)
SerialProtocol_Lidar360 = 11,
SerialProtocol_Lidar360 = 11, // Lightware SF40C or TeraRanger Tower
SerialProtocol_Aerotenna_uLanding = 12, // Ulanding support
SerialProtocol_Beacon = 13
};