mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_HAL_ChibiOS: GPIO comment removes mention of BRD_PWM_COUNT
This commit is contained in:
parent
b6e86eee49
commit
588a75a883
@ -90,7 +90,7 @@ void GPIO::init()
|
||||
chan_offset = 8;
|
||||
}
|
||||
#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++) {
|
||||
struct gpio_entry *g = &_gpio_tab[i];
|
||||
if (g->pwm_num != 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user