1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00
This commit is contained in:
borisbstyle 2016-07-13 14:07:32 +02:00 committed by GitHub
parent 0cb220571e
commit e4f9118e82

View file

@ -119,6 +119,7 @@ static pwmOutputPort_t *pwmOutConfig(const timerHardware_t *timerHardware, uint8
p->tim = timerHardware->tim;
*p->ccr = 0;
return p;
}