AP_Periph: fixed debug bitmask docs
This commit is contained in:
parent
5b0d7928bd
commit
faad074abd
@ -175,7 +175,7 @@ const AP_Param::Info AP_Periph_FW::var_info[] = {
|
||||
// @Param: DEBUG
|
||||
// @DisplayName: Debug
|
||||
// @Description: Debug
|
||||
// @Bitmask: 0:Disabled, 1:Show free stack space, 2:Auto Reboot after 15sec, 3:Enable sending stats
|
||||
// @Bitmask: 0:Show free stack space, 1:Auto Reboot after 15sec, 2:Enable sending stats
|
||||
// @User: Advanced
|
||||
GSCALAR(debug, "DEBUG", 0),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user