A preliminary fix to reduce the amount of missing pulses considerably.

Probably not yet the final solution.
This commit is contained in:
Holger Vogt 2023-04-15 10:52:59 +02:00
parent 4231ad3f5f
commit 678a6582f6
1 changed files with 2 additions and 0 deletions

View File

@ -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;