Update AP_BoardConfig.cpp

This commit is contained in:
Michael Oborne 2016-10-30 08:24:11 +08:00 committed by Andrew Tridgell
parent e7e3478a58
commit fbeafa0d0a

View File

@ -124,7 +124,7 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
// @Param: CAN_ENABLE
// @DisplayName: Enable use of UAVCAN devices
// @Description: Enabling this option on a Pixhawk enables UAVCAN devices. Note that this uses about 25k of memory
// @Values: 0:Disabled,1:Enabled,2:Dynamic ID/Update,3:Motors/Update
// @Values: 0:Disabled,1:Enabled,2:Dynamic ID/Update
// @User: Advanced
AP_GROUPINFO("CAN_ENABLE", 6, AP_BoardConfig, px4.can_enable, 0),
#endif