docs
This commit is contained in:
parent
eda2f08c38
commit
a535b5b0e3
|
@ -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++;
|
||||
|
|
Loading…
Reference in New Issue