mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 01:28:29 -04:00
AP_BoardConfig: fixed description of BRD_IO_ENABLE
This commit is contained in:
parent
2f65a9b35a
commit
35f649ba1c
@ -211,8 +211,8 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
|
|||||||
#if HAL_WITH_IO_MCU
|
#if HAL_WITH_IO_MCU
|
||||||
// @Param: IO_ENABLE
|
// @Param: IO_ENABLE
|
||||||
// @DisplayName: Enable IO co-processor
|
// @DisplayName: Enable IO co-processor
|
||||||
// @Description: This allows for the IO co-processor on FMUv1 and FMUv2 to be disabled
|
// @Description: This allows for the IO co-processor on boards with an IOMCU to be disabled. Setting to 2 will enable the IOMCU but not attempt to update firmware on startup
|
||||||
// @Values: 0:Disabled,1:Enabled
|
// @Values: 0:Disabled,1:Enabled,2:EnableNoFWUpdate
|
||||||
// @RebootRequired: True
|
// @RebootRequired: True
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("IO_ENABLE", 10, AP_BoardConfig, state.io_enable, 1),
|
AP_GROUPINFO("IO_ENABLE", 10, AP_BoardConfig, state.io_enable, 1),
|
||||||
|
Loading…
Reference in New Issue
Block a user