code style

This commit is contained in:
rusefi 2018-02-03 17:07:04 -05:00
parent 5c076ed215
commit 485513bc3f
1 changed files with 2 additions and 1 deletions

View File

@ -82,8 +82,9 @@ void scheduleForLater(scheduling_s *scheduling, int delayUs, schfunc_t callback,
#endif /* EFI_SIMULATOR */
chVTSetI(&scheduling->timer, delaySt, (vtfunc_t)timerCallback, scheduling);
if (!alreadyLocked)
if (!alreadyLocked) {
unlockAnyContext();
}
}
void initSignalExecutorImpl(void) {