Merge branch 'UNLEASHED' into 420

This commit is contained in:
RogueMaster
2022-10-26 18:41:50 -04:00
17 changed files with 328 additions and 262 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))
;
}