This commit is contained in:
rusefi 2018-09-10 22:43:57 -04:00
parent eda2f08c38
commit a535b5b0e3
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,8 @@ efitimeus_t PwmConfig::togglePwmState() {
/**
* Main PWM loop: toggle pin & schedule next invocation
*
* First invocation happens on application thread
*/
static void timerCallback(PwmConfig *state) {
state->dbgNestingLevel++;