AP_Periph: fixed debug bitmask docs

This commit is contained in:
Andrew Tridgell 2023-09-14 08:01:25 +10:00 committed by Peter Barker
parent 5b0d7928bd
commit faad074abd

View File

@ -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),