A preliminary fix to reduce the amount of missing pulses considerably.
Probably not yet the final solution.
This commit is contained in:
parent
4231ad3f5f
commit
678a6582f6
|
|
@ -404,6 +404,8 @@ void cm_d_pwm(ARGS)
|
|||
|
||||
*t3 = T(1) + (1 - dphase)/frequency;
|
||||
}
|
||||
cm_analog_set_temp_bkpt(*t1);
|
||||
cm_analog_set_temp_bkpt(*t3);
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue