A preliminary fix to reduce the amount of missing pulses considerably.
Probably not yet the final solution.
This commit is contained in:
parent
3d0fab9c55
commit
c8a7f07ac1
|
|
@ -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