Merge branch 'fz-dev' into dev

This commit is contained in:
MX
2022-10-27 01:14:07 +03:00
8 changed files with 85 additions and 56 deletions

View File

@@ -36,5 +36,6 @@ bool furi_hal_cortex_timer_is_expired(FuriHalCortexTimer cortex_timer) {
}
void furi_hal_cortex_timer_wait(FuriHalCortexTimer cortex_timer) {
while(!furi_hal_cortex_timer_is_expired(cortex_timer));
while(!furi_hal_cortex_timer_is_expired(cortex_timer))
;
}