Merge remote-tracking branch 'ofw/dev' into mntm-dev --nobuild

This commit is contained in:
Willy-JL
2024-09-17 21:51:54 +01:00
9 changed files with 126 additions and 47 deletions

View File

@@ -79,7 +79,7 @@ void furi_delay_tick(uint32_t ticks);
*
* @warning This should never be called in interrupt request context.
*
* @param[in] tick The tick until which kerel should delay task execution
* @param[in] tick The tick until which kernel should delay task execution
*
* @return The furi status.
*/