AP_BoardConfig: Fix typos

This commit is contained in:
Ricardo de Almeida Gonzaga 2016-05-12 13:56:59 -03:00 committed by Lucas De Marchi
parent 2e58653983
commit e6564c2efa

View File

@ -50,7 +50,7 @@ extern const AP_HAL::HAL& hal;
const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4
// @Param: PWM_COUNT
// @DisplayName: Auxillary pin config
// @DisplayName: Auxiliary pin config
// @Description: Control assigning of FMU pins to PWM output, timer capture and GPIO. All unassigned pins can be used for GPIO
// @Values: 0:No PWMs,2:Two PWMs,4:Four PWMs,6:Six PWMs,7:Three PWMs and One Capture
AP_GROUPINFO("PWM_COUNT", 0, AP_BoardConfig, _pwm_count, BOARD_PWM_COUNT_DEFAULT),