1
0
Fork 0
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:
Dominic Clifton 2014-05-08 01:09:15 +01:00
parent 90d36b6869
commit 10f3835491
6 changed files with 71 additions and 21 deletions

View file

@ -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;
}