git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7285 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2014-09-15 22:17:35 +00:00
parent 5577312e9e
commit 7fa620e9fb
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ void pwm_lld_init(void) {
*/ */
void pwm_lld_start(PWMDriver *pwmp) { void pwm_lld_start(PWMDriver *pwmp) {
uint32_t psc; uint32_t psc;
uint16_t ccer; uint32_t ccer;
if (pwmp->state == PWM_STOP) { if (pwmp->state == PWM_STOP) {
/* Clock activation and timer reset.*/ /* Clock activation and timer reset.*/