Copter: add parameter description for LOG_BITMASK

Should allow a dropdown in the GCS so it can be set more easily without
going into the cli
This commit is contained in:
Randy Mackay 2013-05-21 10:29:40 +09:00
parent bd44c2f73d
commit 669850e6d4
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: LOG_BITMASK
// @DisplayName: Log bitmask
// @Description: 2 byte bitmap of log types to enable
// @Values: 0:Disable,830:Default,958:Default+IMU,1854:Default+Motors,17214:Default+INav
// @User: Advanced
GSCALAR(log_bitmask, "LOG_BITMASK", DEFAULT_LOG_BITMASK),