mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
AP_HAL_ChibiOS: GPIO comment removes mention of BRD_PWM_COUNT
This commit is contained in:
parent
79e73e1683
commit
64520e3c59
@ -90,7 +90,7 @@ void GPIO::init()
|
|||||||
chan_offset = 8;
|
chan_offset = 8;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
// auto-disable pins being used for PWM output based on BRD_PWM_COUNT parameter
|
// auto-disable pins being used for PWM output
|
||||||
for (uint8_t i=0; i<ARRAY_SIZE(_gpio_tab); i++) {
|
for (uint8_t i=0; i<ARRAY_SIZE(_gpio_tab); i++) {
|
||||||
struct gpio_entry *g = &_gpio_tab[i];
|
struct gpio_entry *g = &_gpio_tab[i];
|
||||||
if (g->pwm_num != 0) {
|
if (g->pwm_num != 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user