mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
CHEBUZZF3 - Use timer configuration that matches the hardware.
This commit is contained in:
parent
90d36b6869
commit
10f3835491
6 changed files with 71 additions and 21 deletions
|
@ -182,7 +182,7 @@ int main(void)
|
|||
pwm_params.adcChannel = PWM8;
|
||||
break;
|
||||
default:
|
||||
pwm_params.adcChannel = 0;
|
||||
pwm_params.adcChannel = 0; // FIXME this is the same as PWM1
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue