Skip to content
Snippets Groups Projects
Commit 74bca32a authored by Randy Mackay's avatar Randy Mackay
Browse files

Rover: add parameter description for LOG_BITMASK

parent 00bd1bf8
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,11 @@ const AP_Param::Info var_info[] PROGMEM = {
GSCALAR(software_type, "SYSID_SW_TYPE", Parameters::k_software_type),
// misc
// @Param: LOG_BITMASK
// @DisplayName: Log bitmask
// @Description: Two byte bitmap of log types to enable in dataflash
// @Values: 0:Disabled,3950:Default,4078:Default+IMU
// @User: Advanced
GSCALAR(log_bitmask, "LOG_BITMASK", DEFAULT_LOG_BITMASK),
GSCALAR(num_resets, "SYS_NUM_RESETS", 0),
GSCALAR(reset_switch_chan, "RST_SWITCH_CH", 0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment