1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00
This commit is contained in:
treymarc 2014-04-12 02:51:42 +00:00
parent aa253a387d
commit cabf7eaac3
7 changed files with 25 additions and 26 deletions

View file

@ -88,7 +88,7 @@ int main(void)
break;
default:
pwm_params.adcChannel = 0;
break;
break;
}
pwmInit(&pwm_params);