fixing build

This commit is contained in:
rusefi 2019-01-09 09:38:23 -05:00
parent 5c1098c93b
commit 9f3b06311b
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ static void timerCallback(PwmConfig *state) {
efiAssertVoid(CUSTOM_ERR_6581, state->dbgNestingLevel < 25, "PWM nesting issue");
efitimeus_t switchTimeUs = state->togglePwmState();
// if (state->executor == NULL) {
if (state->executor == NULL) {
// firmwareError(CUSTOM_ERR_6695, "exec on %s", state->name);
// return;
}