code style
This commit is contained in:
parent
5c076ed215
commit
485513bc3f
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue